Pakket | com.adobe.ep.taskmanagement.filter |
Klasse | public class ComparisonOperator |
Overerving | ComparisonOperator ![]() |
Implementatie | IComparisonOperator |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
myTaskFilter.addCondition(new Property("MortgageValue"), ComparisonOperator.GREATER_THAN, 50000);
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
name : String [alleen-lezen]
The name of the comparison operator. | ComparisonOperator |
Methode | Gedefinieerd door | ||
---|---|---|---|
Compares two operator objects. | ComparisonOperator | ||
[statisch]
Returns the IComparisonOperator for a given operator name
| ComparisonOperator | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
BEGINS_WITH : IComparisonOperator [statisch]
The BEGINS_WITH constant that represents the Begins With operator. | ComparisonOperator | ||
CONTAINS : IComparisonOperator [statisch]
The CONTAINS constant that represents the Contains operator. | ComparisonOperator | ||
ENDS_WITH : IComparisonOperator [statisch]
The ENDS_WITH constant that represents the Ends With operator. | ComparisonOperator | ||
EQUALS : IComparisonOperator [statisch]
The EQUALS constant that represents the Equals operator. | ComparisonOperator | ||
GREATER_THAN : IComparisonOperator [statisch]
The GREATER_THAN constant that represents the Greater Than operator. | ComparisonOperator | ||
GREATER_THAN_EQUALS : IComparisonOperator [statisch]
The GREATER_THAN_EQUALS constant that represents the Greater Than Or Equals operator. | ComparisonOperator | ||
IN : IComparisonOperator [statisch]
The IN constant that represents the In list operator. | ComparisonOperator | ||
LESS_THAN : IComparisonOperator [statisch]
The LESS_THAN constant that represents the Less Than operator. | ComparisonOperator | ||
LESS_THAN_EQUALS : IComparisonOperator [statisch]
The LESS_THAN_EQUALS constant that represents the Less Than Or Equals operator. | ComparisonOperator | ||
LIKE : IComparisonOperator [statisch]
The LIKE constant that represents represents the Like operator. | ComparisonOperator | ||
NOT_EQUALS : IComparisonOperator [statisch]
The NOT_EQUALS constant that represents the Not Equals operator. | ComparisonOperator |
name | eigenschap |
equals | () | methode |
public function equals(rhs:IComparisonOperator):Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Compares two operator objects.
Parameters
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 | () | methode |
public static function findOperator(aName:String):IComparisonOperator
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Returns the IComparisonOperator for a given operator name
Parameters
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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The BEGINS_WITH
constant that represents the Begins With operator.
CONTAINS | Constante |
public static const CONTAINS:IComparisonOperator
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The CONTAINS
constant that represents the Contains operator.
ENDS_WITH | Constante |
public static const ENDS_WITH:IComparisonOperator
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The ENDS_WITH
constant that represents the Ends With operator.
EQUALS | Constante |
public static const EQUALS:IComparisonOperator
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The EQUALS
constant that represents the Equals operator.
GREATER_THAN | Constante |
public static const GREATER_THAN:IComparisonOperator
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The NOT_EQUALS
constant that represents the Not Equals operator.
Wed Jun 13 2018, 11:42 AM Z