套件 | com.adobe.ep.ux.content.model.search |
類別 | public class Statement |
繼承 | Statement ![]() |
子類別 | ComplexStatement, SimpleStatement |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
屬性 | 定義自 | ||
---|---|---|---|
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
joinOperator : String
Join Operation through which this statement is joined to previous statement in statement list. | Statement |
方法 | 定義自 | ||
---|---|---|---|
Constructor. | Statement | ||
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object |
常數 | 定義自 | ||
---|---|---|---|
JOIN_OPERATOR_AND : String = "AND" [靜態]
This special value represents the JOIN operator AND. | Statement | ||
JOIN_OPERATOR_AND_NOT : String = "AND_NOT" [靜態]
This special value represents the JOIN operator AND_NOT
| Statement | ||
JOIN_OPERATOR_OR : String = "OR" [靜態]
This special value represents the JOIN operator OR. | Statement | ||
JOIN_OPERATOR_OR_NOT : String = "OR_NOT" [靜態]
This special value represents the JOIN operator OR_NOT
| Statement | ||
OPERATOR_CONTAINS : String = "CONTAINS" [靜態]
This special value represents the CONTAINS operator. | Statement | ||
OPERATOR_ENDS_WITH : String = "ENDS_WITH" [靜態]
This special value represents the ENDS WITH operator. | Statement | ||
OPERATOR_EQUALS : String = "EQUALS" [靜態]
This special value represents the EQUALS operator. | Statement | ||
OPERATOR_FULL_TEXT_SEARCH : String = "FULL_TEXT_SEARCH" [靜態]
This special value represents the FULL TEXT SEARCH operator. | Statement | ||
OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES : String = "FULL_TEXT_SEARCH_ON_PROPERTIES" [靜態]
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator. | Statement | ||
OPERATOR_GREATER_THAN : String = "GREATER_THAN" [靜態]
This special value represents the GREATER THAN operator. | Statement | ||
OPERATOR_GREATER_THAN_EQUALS : String = "GREATER_THAN_EQUALS" [靜態]
This special value represents the GREATER THAN OR EQUALS TO operator. | Statement | ||
OPERATOR_LESS_THAN : String = "LESS_THAN" [靜態]
This special value represents the LESS THAN operator. | Statement | ||
OPERATOR_LESS_THAN_EQUALS : String = "LESS_THAN_EQUALS" [靜態]
This special value represents the LESS THAN OR EQUALS TO operator. | Statement | ||
OPERATOR_LIKE : String = "LIKE" [靜態]
This special value represents the LIKE operator. | Statement | ||
OPERATOR_NOT_EQUALS : String = "NOT_EQUALS" [靜態]
This special value represents the NOT EQUALS operator. | Statement | ||
OPERATOR_NOT_NULL : String = "NOT_NULL" [靜態]
This special value represents the NOT NULL CHECK operator. | Statement | ||
OPERATOR_NULL : String = "NULL" [靜態]
This special value represents the NULL CHECK operator. | Statement | ||
OPERATOR_STARTS_WITH : String = "STARTS_WITH" [靜態]
This special value represents the STARTS WITH operator. | Statement |
joinOperator | 屬性 |
joinOperator:String
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Join Operation through which this statement is joined to previous statement in statement list.
實作
public function get joinOperator():String
public function set joinOperator(value:String):void
Statement | () | 建構函式 |
public function Statement()
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Constructor.
JOIN_OPERATOR_AND | 常數 |
public static const JOIN_OPERATOR_AND:String = "AND"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const JOIN_OPERATOR_AND_NOT:String = "AND_NOT"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator AND_NOT
JOIN_OPERATOR_OR | 常數 |
public static const JOIN_OPERATOR_OR:String = "OR"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const JOIN_OPERATOR_OR_NOT:String = "OR_NOT"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the JOIN operator OR_NOT
OPERATOR_CONTAINS | 常數 |
public static const OPERATOR_CONTAINS:String = "CONTAINS"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the CONTAINS operator. It is valid for text operands
OPERATOR_ENDS_WITH | 常數 |
public static const OPERATOR_ENDS_WITH:String = "ENDS_WITH"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the ENDS WITH operator. It is valid for text operands
OPERATOR_EQUALS | 常數 |
public static const OPERATOR_EQUALS:String = "EQUALS"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the EQUALS operator. It is valid for all data types
OPERATOR_FULL_TEXT_SEARCH | 常數 |
public static const OPERATOR_FULL_TEXT_SEARCH:String = "FULL_TEXT_SEARCH"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_FULL_TEXT_SEARCH_ON_PROPERTIES:String = "FULL_TEXT_SEARCH_ON_PROPERTIES"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the FULL TEXT SEARCH ON PROPERTIES operator.
OPERATOR_GREATER_THAN | 常數 |
public static const OPERATOR_GREATER_THAN:String = "GREATER_THAN"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_GREATER_THAN_EQUALS:String = "GREATER_THAN_EQUALS"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_LESS_THAN:String = "LESS_THAN"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_LESS_THAN_EQUALS:String = "LESS_THAN_EQUALS"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_LIKE:String = "LIKE"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the LIKE operator. It is valid for text wild characters
OPERATOR_NOT_EQUALS | 常數 |
public static const OPERATOR_NOT_EQUALS:String = "NOT_EQUALS"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the NOT EQUALS operator. It is valid for all data types
OPERATOR_NOT_NULL | 常數 |
public static const OPERATOR_NOT_NULL:String = "NOT_NULL"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_NULL:String = "NULL"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | 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 | 常數 |
public static const OPERATOR_STARTS_WITH:String = "STARTS_WITH"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This special value represents the STARTS WITH operator. It is valid for text operands
Tue Jun 12 2018, 03:47 PM Z