| Pacchetto | com.adobe.ep.ux.content.model.search |
| Classe | public class Statement |
| Ereditarietà | Statement Object |
| Sottoclassi | ComplexStatement, SimpleStatement |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| joinOperator : String
Join Operation through which this statement is joined to previous statement in statement list. | Statement | ||
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | Statement | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
| Costante | Definito da | ||
|---|---|---|---|
| JOIN_OPERATOR_AND : String = "AND" [statico]
This special value represents the JOIN operator AND. | Statement | ||
| JOIN_OPERATOR_AND_NOT : String = "AND_NOT" [statico]
This special value represents the JOIN operator AND_NOT
| Statement | ||
| JOIN_OPERATOR_OR : String = "OR" [statico]
This special value represents the JOIN operator OR. | Statement | ||
| JOIN_OPERATOR_OR_NOT : String = "OR_NOT" [statico]
This special value represents the JOIN operator OR_NOT
| Statement | ||
| OPERATOR_CONTAINS : String = "CONTAINS" [statico]
This special value represents the CONTAINS operator. | Statement | ||
| OPERATOR_ENDS_WITH : String = "ENDS_WITH" [statico]
This special value represents the ENDS WITH operator. | Statement | ||
| OPERATOR_EQUALS : String = "EQUALS" [statico]
This special value represents the EQUALS operator. | Statement | ||
| OPERATOR_FULL_TEXT_SEARCH : String = "FULL_TEXT_SEARCH" [statico]
This special value represents the FULL TEXT SEARCH operator. | Statement | ||
| OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES : String = "FULL_TEXT_SEARCH_ON_PROPERTIES" [statico]
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator. | Statement | ||
| OPERATOR_GREATER_THAN : String = "GREATER_THAN" [statico]
This special value represents the GREATER THAN operator. | Statement | ||
| OPERATOR_GREATER_THAN_EQUALS : String = "GREATER_THAN_EQUALS" [statico]
This special value represents the GREATER THAN OR EQUALS TO operator. | Statement | ||
| OPERATOR_LESS_THAN : String = "LESS_THAN" [statico]
This special value represents the LESS THAN operator. | Statement | ||
| OPERATOR_LESS_THAN_EQUALS : String = "LESS_THAN_EQUALS" [statico]
This special value represents the LESS THAN OR EQUALS TO operator. | Statement | ||
| OPERATOR_LIKE : String = "LIKE" [statico]
This special value represents the LIKE operator. | Statement | ||
| OPERATOR_NOT_EQUALS : String = "NOT_EQUALS" [statico]
This special value represents the NOT EQUALS operator. | Statement | ||
| OPERATOR_NOT_NULL : String = "NOT_NULL" [statico]
This special value represents the NOT NULL CHECK operator. | Statement | ||
| OPERATOR_NULL : String = "NULL" [statico]
This special value represents the NULL CHECK operator. | Statement | ||
| OPERATOR_STARTS_WITH : String = "STARTS_WITH" [statico]
This special value represents the STARTS WITH operator. | Statement | ||
joinOperator | proprietà |
joinOperator:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Join Operation through which this statement is joined to previous statement in statement list.
Implementazione
public function get joinOperator():String public function set joinOperator(value:String):voidStatement | () | Funzione di costruzione |
public function Statement()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Constructor.
JOIN_OPERATOR_AND | Costante |
public static const JOIN_OPERATOR_AND:String = "AND"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const JOIN_OPERATOR_AND_NOT:String = "AND_NOT"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator AND_NOT
JOIN_OPERATOR_OR | Costante |
public static const JOIN_OPERATOR_OR:String = "OR"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const JOIN_OPERATOR_OR_NOT:String = "OR_NOT"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator OR_NOT
OPERATOR_CONTAINS | Costante |
public static const OPERATOR_CONTAINS:String = "CONTAINS"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the CONTAINS operator. It is valid for text operands
OPERATOR_ENDS_WITH | Costante |
public static const OPERATOR_ENDS_WITH:String = "ENDS_WITH"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the ENDS WITH operator. It is valid for text operands
OPERATOR_EQUALS | Costante |
public static const OPERATOR_EQUALS:String = "EQUALS"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the EQUALS operator. It is valid for all data types
OPERATOR_FULL_TEXT_SEARCH | Costante |
public static const OPERATOR_FULL_TEXT_SEARCH:String = "FULL_TEXT_SEARCH"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES:String = "FULL_TEXT_SEARCH_ON_PROPERTIES"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator.
OPERATOR_GREATER_THAN | Costante |
public static const OPERATOR_GREATER_THAN:String = "GREATER_THAN"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_GREATER_THAN_EQUALS:String = "GREATER_THAN_EQUALS"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_LESS_THAN:String = "LESS_THAN"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_LESS_THAN_EQUALS:String = "LESS_THAN_EQUALS"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_LIKE:String = "LIKE"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the LIKE operator. It is valid for text wild characters
OPERATOR_NOT_EQUALS | Costante |
public static const OPERATOR_NOT_EQUALS:String = "NOT_EQUALS"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the NOT EQUALS operator. It is valid for all data types
OPERATOR_NOT_NULL | Costante |
public static const OPERATOR_NOT_NULL:String = "NOT_NULL"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_NULL:String = "NULL"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | 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 | Costante |
public static const OPERATOR_STARTS_WITH:String = "STARTS_WITH"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This special value represents the STARTS WITH operator. It is valid for text operands
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate