| Pakiet | com.adobe.ep.ux.content.model.search |
| Klasa | public class Statement |
| Dziedziczenie | Statement Object |
| Podklasy | ComplexStatement, SimpleStatement |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| joinOperator : String
Join Operation through which this statement is joined to previous statement in statement list. | Statement | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | Statement | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| JOIN_OPERATOR_AND : String = "AND" [statyczny]
This special value represents the JOIN operator AND. | Statement | ||
| JOIN_OPERATOR_AND_NOT : String = "AND_NOT" [statyczny]
This special value represents the JOIN operator AND_NOT
| Statement | ||
| JOIN_OPERATOR_OR : String = "OR" [statyczny]
This special value represents the JOIN operator OR. | Statement | ||
| JOIN_OPERATOR_OR_NOT : String = "OR_NOT" [statyczny]
This special value represents the JOIN operator OR_NOT
| Statement | ||
| OPERATOR_CONTAINS : String = "CONTAINS" [statyczny]
This special value represents the CONTAINS operator. | Statement | ||
| OPERATOR_ENDS_WITH : String = "ENDS_WITH" [statyczny]
This special value represents the ENDS WITH operator. | Statement | ||
| OPERATOR_EQUALS : String = "EQUALS" [statyczny]
This special value represents the EQUALS operator. | Statement | ||
| OPERATOR_FULL_TEXT_SEARCH : String = "FULL_TEXT_SEARCH" [statyczny]
This special value represents the FULL TEXT SEARCH operator. | Statement | ||
| OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES : String = "FULL_TEXT_SEARCH_ON_PROPERTIES" [statyczny]
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator. | Statement | ||
| OPERATOR_GREATER_THAN : String = "GREATER_THAN" [statyczny]
This special value represents the GREATER THAN operator. | Statement | ||
| OPERATOR_GREATER_THAN_EQUALS : String = "GREATER_THAN_EQUALS" [statyczny]
This special value represents the GREATER THAN OR EQUALS TO operator. | Statement | ||
| OPERATOR_LESS_THAN : String = "LESS_THAN" [statyczny]
This special value represents the LESS THAN operator. | Statement | ||
| OPERATOR_LESS_THAN_EQUALS : String = "LESS_THAN_EQUALS" [statyczny]
This special value represents the LESS THAN OR EQUALS TO operator. | Statement | ||
| OPERATOR_LIKE : String = "LIKE" [statyczny]
This special value represents the LIKE operator. | Statement | ||
| OPERATOR_NOT_EQUALS : String = "NOT_EQUALS" [statyczny]
This special value represents the NOT EQUALS operator. | Statement | ||
| OPERATOR_NOT_NULL : String = "NOT_NULL" [statyczny]
This special value represents the NOT NULL CHECK operator. | Statement | ||
| OPERATOR_NULL : String = "NULL" [statyczny]
This special value represents the NULL CHECK operator. | Statement | ||
| OPERATOR_STARTS_WITH : String = "STARTS_WITH" [statyczny]
This special value represents the STARTS WITH operator. | Statement | ||
joinOperator | właściwość |
joinOperator:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Join Operation through which this statement is joined to previous statement in statement list.
Implementacja
public function get joinOperator():String public function set joinOperator(value:String):voidStatement | () | Konstruktor |
public function Statement()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Constructor.
JOIN_OPERATOR_AND | Stała |
public static const JOIN_OPERATOR_AND:String = "AND"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const JOIN_OPERATOR_AND_NOT:String = "AND_NOT"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator AND_NOT
JOIN_OPERATOR_OR | Stała |
public static const JOIN_OPERATOR_OR:String = "OR"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const JOIN_OPERATOR_OR_NOT:String = "OR_NOT"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator OR_NOT
OPERATOR_CONTAINS | Stała |
public static const OPERATOR_CONTAINS:String = "CONTAINS"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the CONTAINS operator. It is valid for text operands
OPERATOR_ENDS_WITH | Stała |
public static const OPERATOR_ENDS_WITH:String = "ENDS_WITH"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the ENDS WITH operator. It is valid for text operands
OPERATOR_EQUALS | Stała |
public static const OPERATOR_EQUALS:String = "EQUALS"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the EQUALS operator. It is valid for all data types
OPERATOR_FULL_TEXT_SEARCH | Stała |
public static const OPERATOR_FULL_TEXT_SEARCH:String = "FULL_TEXT_SEARCH"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES:String = "FULL_TEXT_SEARCH_ON_PROPERTIES"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator.
OPERATOR_GREATER_THAN | Stała |
public static const OPERATOR_GREATER_THAN:String = "GREATER_THAN"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_GREATER_THAN_EQUALS:String = "GREATER_THAN_EQUALS"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_LESS_THAN:String = "LESS_THAN"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_LESS_THAN_EQUALS:String = "LESS_THAN_EQUALS"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_LIKE:String = "LIKE"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the LIKE operator. It is valid for text wild characters
OPERATOR_NOT_EQUALS | Stała |
public static const OPERATOR_NOT_EQUALS:String = "NOT_EQUALS"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the NOT EQUALS operator. It is valid for all data types
OPERATOR_NOT_NULL | Stała |
public static const OPERATOR_NOT_NULL:String = "NOT_NULL"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_NULL:String = "NULL"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | 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 | Stała |
public static const OPERATOR_STARTS_WITH:String = "STARTS_WITH"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This special value represents the STARTS WITH operator. It is valid for text operands
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne