パッケージ | com.adobe.livecycle.rca.model.constant |
クラス | public class StageStatus |
継承 | StageStatus Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
メソッド | 定義元 | ||
---|---|---|---|
Provides values for the StageStatus property of AbstractStage. | StageStatus | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
APPROVED : String = "APPROVED" [静的] Specifies that the review stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [静的] Specifies that the stage is over. | StageStatus | ||
EXPIRED : String = "EXPIRED" [静的] Specifies that the stage was not completed within the specified duration. | StageStatus | ||
ONGOING : String = "ONGOING" [静的] Specifies that the stage is in progress. | StageStatus | ||
PENDING : String = "PENDING" [静的] Specifies that the review process has not yet reached the stage. | StageStatus | ||
REJECTED : String = "REJECTED" [静的] Specifies that the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [静的] Specifies that the stage has been revised by a moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [静的] Specifies that the review has been revoked by a moderator or initiator. | StageStatus | ||
TYPES : Array [静的] A utility array containing all the valid values of the StageStatus class. | StageStatus |
StageStatus | () | コンストラクター |
public function StageStatus()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the StageStatus
property of AbstractStage
.
関連する 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 that the review stage is over. This status is set when all approvers mark their tasks as approved in an approval stage.
When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
cannot be performed.
COMPLETED | 定数 |
public static const COMPLETED:String = "COMPLETED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage is over. This status is set when a review stage is successfully completed.
UWhen this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
cannot be performed.
EXPIRED | 定数 |
public static const EXPIRED:String = "EXPIRED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage was not completed within the specified duration.
This status is set if one or more mandatory reviewers have not completed their review for a stage.
It is also set if one or more approvers have not completed their task in an approval stage.
When this is the status of the stage, update operations like adding or removing an approver,
adding or removing a reviewer, or updating StageDuration
cannot be performed.
ONGOING | 定数 |
public static const ONGOING:String = "ONGOING"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage is in progress.
When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
can be performed.
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 that the review process has not yet reached the stage.
When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
can be performed.
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 that the stage is over. This status is set when an approver marks a task as rejected in an approval stage.
When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
cannot be performed.
REVISED | 定数 |
public static const REVISED:String = "REVISED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage has been revised by a moderator or initiator.
When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
can be performed.
REVOKED | 定数 |
public static const REVOKED:String = "REVOKED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the review has been revoked by a moderator or initiator.
When this is the status of the stage, update operations like adding or removing an approver, adding or removing a reviewer,
or updating StageDuration
cannot be performed.
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) |
A utility array containing all the valid values of the StageStatus
class.
Tue Jun 12 2018, 10:34 AM Z