パッケージ | com.adobe.solutions.rca.constant |
クラス | public class StageTypes |
継承 | StageTypes Object |
サブクラス | LocalizedStageTypes |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
StageTypes
Enum.
メソッド | 定義元 | ||
---|---|---|---|
The constructor for StageTypes class. | StageTypes | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
[静的]
Utility method to determine if a stage is parallel or sequential. | StageTypes | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
CREATION : String = "CREATION" [静的]
The stage type for a creation stage. | StageTypes | ||
PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [静的]
The stage type of a parallel approval stage. | StageTypes | ||
PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [静的]
The stage type of a parallel review stage. | StageTypes | ||
SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [静的]
The stage type of a sequential approval stage. | StageTypes | ||
SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [静的]
The stage type of a sequential review stage. | StageTypes | ||
TYPES : Array [静的]
Utility array containg all the valid values of type property of Stage. | StageTypes |
StageTypes | () | コンストラクター |
public function StageTypes()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageTypes
class.
The StageTypes
class provides values for the type
property of Stage
.
This property determines whether the stage is an approval or a review stage and whether the task assignment is sequential or parallel.
関連する API エレメント
isStageSerial | () | メソッド |
public static function isStageSerial(type:String):Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility method to determine if a stage is parallel or sequential.
パラメーター
type:String — The type of stage.
|
Boolean — A Boolean value. True if a stage is serial and False otherwise.
|
CREATION | 定数 |
public static const CREATION:String = "CREATION"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The stage type for a creation stage.
PARALLEL_APPROVAL | 定数 |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel approval stage.
PARALLEL_REVIEW | 定数 |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The stage type of a parallel review stage.
SEQUENTIAL_APPROVAL | 定数 |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential approval stage.
SEQUENTIAL_REVIEW | 定数 |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The stage type of a sequential review stage.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of type
property of Stage
.
Tue Jun 12 2018, 10:34 AM Z