Pacote | com.adobe.ep.taskmanagement.filter |
Classe | public class ComparisonOperator |
Herança | ComparisonOperator Object |
Implementações | IComparisonOperator |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
myTaskFilter.addCondition(new Property("MortgageValue"), ComparisonOperator.GREATER_THAN, 50000);
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
name : String [somente leitura]
The name of the comparison operator. | ComparisonOperator |
Método | Definido por | ||
---|---|---|---|
Compares two operator objects. | ComparisonOperator | ||
[estático]
Returns the IComparisonOperator for a given operator name
| ComparisonOperator | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
BEGINS_WITH : IComparisonOperator [estático]
The BEGINS_WITH constant that represents the Begins With operator. | ComparisonOperator | ||
CONTAINS : IComparisonOperator [estático]
The CONTAINS constant that represents the Contains operator. | ComparisonOperator | ||
ENDS_WITH : IComparisonOperator [estático]
The ENDS_WITH constant that represents the Ends With operator. | ComparisonOperator | ||
EQUALS : IComparisonOperator [estático]
The EQUALS constant that represents the Equals operator. | ComparisonOperator | ||
GREATER_THAN : IComparisonOperator [estático]
The GREATER_THAN constant that represents the Greater Than operator. | ComparisonOperator | ||
GREATER_THAN_EQUALS : IComparisonOperator [estático]
The GREATER_THAN_EQUALS constant that represents the Greater Than Or Equals operator. | ComparisonOperator | ||
IN : IComparisonOperator [estático]
The IN constant that represents the In list operator. | ComparisonOperator | ||
LESS_THAN : IComparisonOperator [estático]
The LESS_THAN constant that represents the Less Than operator. | ComparisonOperator | ||
LESS_THAN_EQUALS : IComparisonOperator [estático]
The LESS_THAN_EQUALS constant that represents the Less Than Or Equals operator. | ComparisonOperator | ||
LIKE : IComparisonOperator [estático]
The LIKE constant that represents represents the Like operator. | ComparisonOperator | ||
NOT_EQUALS : IComparisonOperator [estático]
The NOT_EQUALS constant that represents the Not Equals operator. | ComparisonOperator |
name | propriedade |
equals | () | método |
public function equals(rhs:IComparisonOperator):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Compares two operator objects.
Parâmetros
rhs:IComparisonOperator — the IComparisonOperator to compare this to.
|
Boolean — A value of true is returned when the two objects are equal; otherwise a value of false is returned.
|
findOperator | () | método |
public static function findOperator(aName:String):IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the IComparisonOperator for a given operator name
Parâmetros
aName:String — the name of a comparison operator.
|
IComparisonOperator — The IComparisonOperator for the give name, or null if there is no such comparison operator.
|
BEGINS_WITH | Constante |
public static const BEGINS_WITH:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The BEGINS_WITH
constant that represents the Begins With operator.
CONTAINS | Constante |
public static const CONTAINS:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The CONTAINS
constant that represents the Contains operator.
ENDS_WITH | Constante |
public static const ENDS_WITH:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The ENDS_WITH
constant that represents the Ends With operator.
EQUALS | Constante |
public static const EQUALS:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The EQUALS
constant that represents the Equals operator.
GREATER_THAN | Constante |
public static const GREATER_THAN:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The GREATER_THAN
constant that represents the Greater Than operator.
GREATER_THAN_EQUALS | Constante |
public static const GREATER_THAN_EQUALS:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The GREATER_THAN_EQUALS
constant that represents the Greater Than Or Equals operator.
IN | Constante |
public static const IN:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The IN
constant that represents the In list operator.
LESS_THAN | Constante |
public static const LESS_THAN:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The LESS_THAN
constant that represents the Less Than operator.
LESS_THAN_EQUALS | Constante |
public static const LESS_THAN_EQUALS:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The LESS_THAN_EQUALS
constant that represents the Less Than Or Equals operator.
LIKE | Constante |
public static const LIKE:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The LIKE
constant that represents represents the Like operator.
NOT_EQUALS | Constante |
public static const NOT_EQUALS:IComparisonOperator
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
The NOT_EQUALS
constant that represents the Not Equals operator.
Wed Jun 13 2018, 11:10 AM Z