包 | com.adobe.solutions.rca.constant |
类 | public class SignatureOptions |
继承 | SignatureOptions Object |
子类 | LocalizedSignatureOptions |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
SignatureOptions
Enum.
方法 | 由以下参数定义 | ||
---|---|---|---|
The constructor for SignatureOptions class. | SignatureOptions | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
常量 | 由以下参数定义 | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [静态]
The property specifies that client-side signatures need to be applied on the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [静态]
The property specifies that no signatures need to applied in an approval stage. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [静态]
Utility array of all possible values for signature property in a parallel approval stage. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [静态]
Utility array of all possible values for signature property in a sequential approval stage. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [静态]
The property specifies that a server-side certification is applied on the approved document. | SignatureOptions |
SignatureOptions | () | 构造函数 |
public function SignatureOptions()
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for SignatureOptions
class.
The SignatureOptions
class provides values for the signature property of an approval stage.
相关 API 元素
CLIENT_SIDE | 常量 |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The property specifies that client-side signatures need to be applied on the approved document. In this option, a signature sheet is generated by the system and each of the approvers need to apply their own digital signatures. This option is not available for parallel approval stage.
NO_SIGNATURE | 常量 |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The property specifies that no signatures need to applied in an approval stage.
PARALLEL_STAGE_TYPES | 常量 |
public static const PARALLEL_STAGE_TYPES:Array
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a parallel approval stage.
SEQUENTIAL_STAGE_TYPES | 常量 |
public static const SEQUENTIAL_STAGE_TYPES:Array
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a sequential approval stage.
SERVER_SIDE | 常量 |
public static const SERVER_SIDE:String = "SERVER_SIDE"
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
The property specifies that a server-side certification is applied on the approved document. In this option, the system applies a certificate, on behalf of the organization, on the approved documents.
Tue Jun 12 2018, 11:04 AM Z