包 | com.adobe.livecycle.rca.model.constant |
类 | public class StageTypes |
继承 | StageTypes Object |
自以下版本起不推荐使用: 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, 11:04 AM Z