パッケージ | com.adobe.livecycle.rca.model.constant |
クラス | public class CreatedAtType |
継承 | CreatedAtType Object |
以降、非推奨 Review, Commenting, and Approval 10: 推奨 com.adobe.solutions.rca.constant.CreatedAtType
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Provides values for the createdAt property of a participant. | CreatedAtType | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
INITIATION : String = "INITIATION" [静的] Specifies that the participant was added when the review was initiated. | CreatedAtType | ||
TEMPLATE_CREATION : String = "TEMPLATE_CREATION" [静的]
Specifies that the participant was added during template creation. | CreatedAtType | ||
TYPES : Array [静的] Utility array of all possible values for the createdAt property. | CreatedAtType | ||
UPDATES : String = "UPDATES" [静的] Specifies that the participant was added to a review using the addReview or addApprover API. | CreatedAtType |
コンストラクターの詳細
CreatedAtType | () | コンストラクター |
public function CreatedAtType()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the createdAt
property of a participant.
The createdAt
property is used to track when the participant was added to a review.
関連する API エレメント
定数の詳細
INITIATION | 定数 |
public static const INITIATION:String = "INITIATION"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the participant was added when the review was initiated.
TEMPLATE_CREATION | 定数 |
public static const TEMPLATE_CREATION:String = "TEMPLATE_CREATION"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the participant was added during template creation.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Utility array of all possible values for the createdAt
property.
UPDATES | 定数 |
public static const UPDATES:String = "UPDATES"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the participant was added to a review using the addReview or addApprover API.
Tue Jun 12 2018, 10:34 AM Z