| パッケージ | com.adobe.ep.ux.content.model.search |
| クラス | public class Statement |
| 継承 | Statement Object |
| サブクラス | 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):voidStatement | () | コンストラクター |
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, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示