パッケージ | com.adobe.livecycle.rca.model.constant |
クラス | public class ApproverStatus |
継承 | ApproverStatus Object |
以降、非推奨 Review, Commenting, and Approval 10: 推奨 com.adobe.solutions.rca.constant.ApproverStatus
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Provides values for the status property of an approver. | ApproverStatus | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
APPROVED : String = "APPROVED" [静的]
Specifies the approver status when the document has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [静的]
Specifies the approver status when the document is pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [静的]
Specifies the approver status when the document has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [静的]
Specifies the approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [静的]
Specifies the approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [静的]
The utility array of all possible status values for an approver. | ApproverStatus |
コンストラクターの詳細
ApproverStatus | () | コンストラクター |
public function ApproverStatus()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of an approver.
関連する API エレメント
定数の詳細
APPROVED | 定数 |
public static const APPROVED:String = "APPROVED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document has been approved by the approver.
PENDING | 定数 |
public static const PENDING:String = "PENDING"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document is pending.
REJECTED | 定数 |
public static const REJECTED:String = "REJECTED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document has been rejected by the approver.
REMOVED | 定数 |
public static const REMOVED:String = "REMOVED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the approver has been removed from the stage.
TERMINATED | 定数 |
public static const TERMINATED:String = "TERMINATED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the stage is completed but the approver has not completed the task.
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) |
The utility array of all possible status values for an approver.
Tue Jun 12 2018, 10:34 AM Z