パッケージ | com.adobe.solutions.rca.constant |
クラス | public class StageStatus |
継承 | StageStatus Object |
サブクラス | LocalizedStageStatus |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
StageStatus
Enum.
メソッド | 定義元 | ||
---|---|---|---|
The constructor for StageStatus class. | StageStatus | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
APPROVED : String = "APPROVED" [静的]
APPROVED status means the stage is over. | StageStatus | ||
COMPLETED : String = "COMPLETED" [静的]
COMPLETED status means the stage is over. | StageStatus | ||
DELAYED : String = "DELAYED" [静的]
DELAYED status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired. | StageStatus | ||
EXPIRED : String = "EXPIRED" [静的]
EXPIRED status means the stage was not completed within the stage duration. | StageStatus | ||
ONGOING : String = "ONGOING" [静的]
ONGOING status means the stage is currently in progress. | StageStatus | ||
PENDING : String = "PENDING" [静的]
PENDING status means the stage has not been reached as yet. | StageStatus | ||
REJECTED : String = "REJECTED" [静的]
REJECTED status means the stage is over. | StageStatus | ||
REVISED : String = "REVISED" [静的]
REVISED status means the stage has been revised by moderator or initiator. | StageStatus | ||
REVOKED : String = "REVOKED" [静的]
REVOKED status means the review has been revoked by moderator or initiator. | StageStatus | ||
TYPES : Array [静的]
Utility array containing all the valid values of StageStatus. | StageStatus |
StageStatus | () | コンストラクター |
public function StageStatus()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageStatus
class.
The StageStatus class provides values for the status property of Stage.
関連する API エレメント
APPROVED | 定数 |
public static const APPROVED:String = "APPROVED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
APPROVED
status means the stage is over. This status is set when all the approvers have marked their tasks approved in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
COMPLETED | 定数 |
public static const COMPLETED:String = "COMPLETED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status means the stage is over. This status is set on successful completion of a review stage.
Update operations like add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
DELAYED | 定数 |
public static const DELAYED:String = "DELAYED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
DELAYED
status means that the stage has exceeded its specified duration but since the stage was set to never expire, the stage has not expired.
EXPIRED | 定数 |
public static const EXPIRED:String = "EXPIRED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
EXPIRED
status means the stage was not completed within the stage duration.
This status is set if one or more of mandatory reviewers are remaining for a review stage or one or more approvers have not completed their task in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
ONGOING | 定数 |
public static const ONGOING:String = "ONGOING"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
ONGOING
status means the stage is currently in progress.
Update operations like add or remove, an approver or a reviewer, updateStageDuration
can be performed in this state.
PENDING | 定数 |
public static const PENDING:String = "PENDING"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
PENDING
status means the stage has not been reached as yet.
Update operations like add or remove an approver or a reviewer, updateStageDuration
can be performed in this state.
REJECTED | 定数 |
public static const REJECTED:String = "REJECTED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
REJECTED
status means the stage is over. This status is set one of the approvers have marked their tasks rejected in an approval stage.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
REVISED | 定数 |
public static const REVISED:String = "REVISED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
REVISED
status means the stage has been revised by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can be performed in this state.
REVOKED | 定数 |
public static const REVOKED:String = "REVOKED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
REVOKED
status means the review has been revoked by moderator or initiator.
Update operations like, add or remove, an approver or a reviewer, updateStageDuration
can not be performed in this state.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of StageStatus
.
Tue Jun 12 2018, 10:34 AM Z