包 | 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, 11:04 AM Z