| Pakket | com.adobe.ep.ux.content.model.search |
| Klasse | public class Statement |
| Overerving | Statement Object |
| Subklassen | ComplexStatement, SimpleStatement |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| joinOperator : String
Join Operation through which this statement is joined to previous statement in statement list. | Statement | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | Statement | ||
![]() |
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 | ||
|---|---|---|---|
| JOIN_OPERATOR_AND : String = "AND" [statisch]
This special value represents the JOIN operator AND. | Statement | ||
| JOIN_OPERATOR_AND_NOT : String = "AND_NOT" [statisch]
This special value represents the JOIN operator AND_NOT
| Statement | ||
| JOIN_OPERATOR_OR : String = "OR" [statisch]
This special value represents the JOIN operator OR. | Statement | ||
| JOIN_OPERATOR_OR_NOT : String = "OR_NOT" [statisch]
This special value represents the JOIN operator OR_NOT
| Statement | ||
| OPERATOR_CONTAINS : String = "CONTAINS" [statisch]
This special value represents the CONTAINS operator. | Statement | ||
| OPERATOR_ENDS_WITH : String = "ENDS_WITH" [statisch]
This special value represents the ENDS WITH operator. | Statement | ||
| OPERATOR_EQUALS : String = "EQUALS" [statisch]
This special value represents the EQUALS operator. | Statement | ||
| OPERATOR_FULL_TEXT_SEARCH : String = "FULL_TEXT_SEARCH" [statisch]
This special value represents the FULL TEXT SEARCH operator. | Statement | ||
| OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES : String = "FULL_TEXT_SEARCH_ON_PROPERTIES" [statisch]
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator. | Statement | ||
| OPERATOR_GREATER_THAN : String = "GREATER_THAN" [statisch]
This special value represents the GREATER THAN operator. | Statement | ||
| OPERATOR_GREATER_THAN_EQUALS : String = "GREATER_THAN_EQUALS" [statisch]
This special value represents the GREATER THAN OR EQUALS TO operator. | Statement | ||
| OPERATOR_LESS_THAN : String = "LESS_THAN" [statisch]
This special value represents the LESS THAN operator. | Statement | ||
| OPERATOR_LESS_THAN_EQUALS : String = "LESS_THAN_EQUALS" [statisch]
This special value represents the LESS THAN OR EQUALS TO operator. | Statement | ||
| OPERATOR_LIKE : String = "LIKE" [statisch]
This special value represents the LIKE operator. | Statement | ||
| OPERATOR_NOT_EQUALS : String = "NOT_EQUALS" [statisch]
This special value represents the NOT EQUALS operator. | Statement | ||
| OPERATOR_NOT_NULL : String = "NOT_NULL" [statisch]
This special value represents the NOT NULL CHECK operator. | Statement | ||
| OPERATOR_NULL : String = "NULL" [statisch]
This special value represents the NULL CHECK operator. | Statement | ||
| OPERATOR_STARTS_WITH : String = "STARTS_WITH" [statisch]
This special value represents the STARTS WITH operator. | Statement | ||
joinOperator | eigenschap |
joinOperator:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Join Operation through which this statement is joined to previous statement in statement list.
Implementatie
public function get joinOperator():String public function set joinOperator(value:String):voidStatement | () | Constructor |
public function Statement()| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Constructor.
JOIN_OPERATOR_AND | Constante |
public static const JOIN_OPERATOR_AND:String = "AND"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator AND. It is used to join two statements
JOIN_OPERATOR_AND_NOT | Constante |
public static const JOIN_OPERATOR_AND_NOT:String = "AND_NOT"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator AND_NOT
JOIN_OPERATOR_OR | Constante |
public static const JOIN_OPERATOR_OR:String = "OR"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator OR. It is used to join two statements
JOIN_OPERATOR_OR_NOT | Constante |
public static const JOIN_OPERATOR_OR_NOT:String = "OR_NOT"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator OR_NOT
OPERATOR_CONTAINS | Constante |
public static const OPERATOR_CONTAINS:String = "CONTAINS"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the CONTAINS operator. It is valid for text operands
OPERATOR_ENDS_WITH | Constante |
public static const OPERATOR_ENDS_WITH:String = "ENDS_WITH"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the ENDS WITH operator. It is valid for text operands
OPERATOR_EQUALS | Constante |
public static const OPERATOR_EQUALS:String = "EQUALS"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the EQUALS operator. It is valid for all data types
OPERATOR_FULL_TEXT_SEARCH | Constante |
public static const OPERATOR_FULL_TEXT_SEARCH:String = "FULL_TEXT_SEARCH"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the FULL TEXT SEARCH operator. It searches across all attributes of the entity
OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES | Constante |
public static const OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES:String = "FULL_TEXT_SEARCH_ON_PROPERTIES"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator.
OPERATOR_GREATER_THAN | Constante |
public static const OPERATOR_GREATER_THAN:String = "GREATER_THAN"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the GREATER THAN operator. It is valid for numeral and date operands
OPERATOR_GREATER_THAN_EQUALS | Constante |
public static const OPERATOR_GREATER_THAN_EQUALS:String = "GREATER_THAN_EQUALS"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the GREATER THAN OR EQUALS TO operator. It is valid for numeral and date operands
OPERATOR_LESS_THAN | Constante |
public static const OPERATOR_LESS_THAN:String = "LESS_THAN"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the LESS THAN operator. It is valid for numeral and date operands
OPERATOR_LESS_THAN_EQUALS | Constante |
public static const OPERATOR_LESS_THAN_EQUALS:String = "LESS_THAN_EQUALS"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the LESS THAN OR EQUALS TO operator. It is valid for numeral and date operands
OPERATOR_LIKE | Constante |
public static const OPERATOR_LIKE:String = "LIKE"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the LIKE operator. It is valid for text wild characters
OPERATOR_NOT_EQUALS | Constante |
public static const OPERATOR_NOT_EQUALS:String = "NOT_EQUALS"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the NOT EQUALS operator. It is valid for all data types
OPERATOR_NOT_NULL | Constante |
public static const OPERATOR_NOT_NULL:String = "NOT_NULL"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the NOT NULL CHECK operator. The attribute value is ignored in this case.
OPERATOR_NULL | Constante |
public static const OPERATOR_NULL:String = "NULL"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the NULL CHECK operator. The attribute value is ignored in this case.
OPERATOR_STARTS_WITH | Constante |
public static const OPERATOR_STARTS_WITH:String = "STARTS_WITH"| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This special value represents the STARTS WITH operator. It is valid for text operands
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven