包 | com.adobe.livecycle.rca.model.constant |
类 | public class ApproverStatus |
继承 | ApproverStatus Object |
自以下版本起不推荐使用: Review, Commenting, and Approval 10: 请使用 com.adobe.solutions.rca.constant.ApproverStatus
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Provides values for the status property of an approver. | ApproverStatus | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
APPROVED : String = "APPROVED" [静态]
Specifies the approver status when the document has been approved by the approver. | ApproverStatus | ||
PENDING : String = "PENDING" [静态]
Specifies the approver status when the document is pending. | ApproverStatus | ||
REJECTED : String = "REJECTED" [静态]
Specifies the approver status when the document has been rejected by the approver. | ApproverStatus | ||
REMOVED : String = "REMOVED" [静态]
Specifies the approver status when the approver has been removed from the stage. | ApproverStatus | ||
TERMINATED : String = "TERMINATED" [静态]
Specifies the approver status when the stage is completed but the approver has not completed the task. | ApproverStatus | ||
TYPES : Array [静态]
The utility array of all possible status values for an approver. | ApproverStatus |
构造函数详细信息
ApproverStatus | () | 构造函数 |
public function ApproverStatus()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the status property of an approver.
相关 API 元素
常量详细信息
APPROVED | 常量 |
public static const APPROVED:String = "APPROVED"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document has been approved by the approver.
PENDING | 常量 |
public static const PENDING:String = "PENDING"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document is pending.
REJECTED | 常量 |
public static const REJECTED:String = "REJECTED"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the document has been rejected by the approver.
REMOVED | 常量 |
public static const REMOVED:String = "REMOVED"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the approver has been removed from the stage.
TERMINATED | 常量 |
public static const TERMINATED:String = "TERMINATED"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 9.5 |
运行时版本: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the approver status when the stage is completed but the approver has not completed the task.
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) |
The utility array of all possible status values for an approver.
Tue Jun 12 2018, 11:04 AM Z