套件 | 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, 03:47 PM Z