パッケージ | com.adobe.livecycle.rca.model.constant |
クラス | public class StageTypes |
継承 | StageTypes ![]() |
以降、非推奨 Review, Commenting, and Approval 10: 推奨 com.adobe.solutions.rca.constant.StageTypes
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Provides values for the type property of AbstractStage. | StageTypes | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
[静的] Determines whether a stage is parallel or sequential. | StageTypes | ||
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
PARALLEL_APPROVAL : String = "PARALLEL_APPROVAL" [静的] Specifies that the stage type is parallel approval. | StageTypes | ||
PARALLEL_REVIEW : String = "PARALLEL_REVIEW" [静的] Specifies that the stage type is parallel review. | StageTypes | ||
SEQUENTIAL_APPROVAL : String = "SEQUENTIAL_APPROVAL" [静的] Specifies that the stage type is sequential approval. | StageTypes | ||
SEQUENTIAL_REVIEW : String = "SEQUENTIAL_REVIEW" [静的] Specifies that the stage type is sequential review. | StageTypes | ||
TYPES : Array [静的] An array that specifies the valid types for the StageType class. | StageTypes |
コンストラクターの詳細
StageTypes | () | コンストラクター |
public function StageTypes()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the type
property of AbstractStage
.
関連する API エレメント
メソッドの詳細
isStageSerial | () | メソッド |
public static function isStageSerial(type:String):Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Determines whether a stage is parallel or sequential.
Returns a Boolean
value that specifies whether the stage is serial or parallel. If the value is true
, the stage is serial.
パラメーター
type:String |
Boolean |
定数の詳細
PARALLEL_APPROVAL | 定数 |
public static const PARALLEL_APPROVAL:String = "PARALLEL_APPROVAL"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel approval.
PARALLEL_REVIEW | 定数 |
public static const PARALLEL_REVIEW:String = "PARALLEL_REVIEW"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is parallel review.
SEQUENTIAL_APPROVAL | 定数 |
public static const SEQUENTIAL_APPROVAL:String = "SEQUENTIAL_APPROVAL"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential approval.
SEQUENTIAL_REVIEW | 定数 |
public static const SEQUENTIAL_REVIEW:String = "SEQUENTIAL_REVIEW"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 9.5 |
ランタイムバージョン: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the stage type is sequential review.
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) |
An array that specifies the valid types for the StageType
class. Valid types are
SEQUENTIAL_REVIEW, PARALLEL_REVIEW, SEQUENTIAL_APPROVAL, and PARALLEL_APPROVAL
Tue Jun 12 2018, 10:34 AM Z