| 套件 | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性