Paquete | com.adobe.ep.ux.content.model.search |
Clase | public class Statement |
Herencia | Statement Object |
Subclases | ComplexStatement, SimpleStatement |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
joinOperator : String
Join Operation through which this statement is joined to previous statement in statement list. | Statement |
Método | Definido por | ||
---|---|---|---|
Constructor. | Statement | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
JOIN_OPERATOR_AND : String = "AND" [estática]
This special value represents the JOIN operator AND. | Statement | ||
JOIN_OPERATOR_AND_NOT : String = "AND_NOT" [estática]
This special value represents the JOIN operator AND_NOT
| Statement | ||
JOIN_OPERATOR_OR : String = "OR" [estática]
This special value represents the JOIN operator OR. | Statement | ||
JOIN_OPERATOR_OR_NOT : String = "OR_NOT" [estática]
This special value represents the JOIN operator OR_NOT
| Statement | ||
OPERATOR_CONTAINS : String = "CONTAINS" [estática]
This special value represents the CONTAINS operator. | Statement | ||
OPERATOR_ENDS_WITH : String = "ENDS_WITH" [estática]
This special value represents the ENDS WITH operator. | Statement | ||
OPERATOR_EQUALS : String = "EQUALS" [estática]
This special value represents the EQUALS operator. | Statement | ||
OPERATOR_FULL_TEXT_SEARCH : String = "FULL_TEXT_SEARCH" [estática]
This special value represents the FULL TEXT SEARCH operator. | Statement | ||
OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES : String = "FULL_TEXT_SEARCH_ON_PROPERTIES" [estática]
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator. | Statement | ||
OPERATOR_GREATER_THAN : String = "GREATER_THAN" [estática]
This special value represents the GREATER THAN operator. | Statement | ||
OPERATOR_GREATER_THAN_EQUALS : String = "GREATER_THAN_EQUALS" [estática]
This special value represents the GREATER THAN OR EQUALS TO operator. | Statement | ||
OPERATOR_LESS_THAN : String = "LESS_THAN" [estática]
This special value represents the LESS THAN operator. | Statement | ||
OPERATOR_LESS_THAN_EQUALS : String = "LESS_THAN_EQUALS" [estática]
This special value represents the LESS THAN OR EQUALS TO operator. | Statement | ||
OPERATOR_LIKE : String = "LIKE" [estática]
This special value represents the LIKE operator. | Statement | ||
OPERATOR_NOT_EQUALS : String = "NOT_EQUALS" [estática]
This special value represents the NOT EQUALS operator. | Statement | ||
OPERATOR_NOT_NULL : String = "NOT_NULL" [estática]
This special value represents the NOT NULL CHECK operator. | Statement | ||
OPERATOR_NULL : String = "NULL" [estática]
This special value represents the NULL CHECK operator. | Statement | ||
OPERATOR_STARTS_WITH : String = "STARTS_WITH" [estática]
This special value represents the STARTS WITH operator. | Statement |
joinOperator | propiedad |
joinOperator:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Join Operation through which this statement is joined to previous statement in statement list.
Implementación
public function get joinOperator():String
public function set joinOperator(value:String):void
Statement | () | Información sobre |
public function Statement()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Constructor.
JOIN_OPERATOR_AND | Constante |
public static const JOIN_OPERATOR_AND:String = "AND"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versiones de motor de ejecución: | 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:12 PM Z