Package | com.adobe.solutions.rca.constant |
Class | public class SignatureOptions |
Inheritance | SignatureOptions Object |
Subclasses | LocalizedSignatureOptions |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
SignatureOptions
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for SignatureOptions class. | SignatureOptions | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constant | Defined By | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [static]
The property specifies that client-side signatures need to be applied on the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [static]
The property specifies that no signatures need to applied in an approval stage. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [static]
Utility array of all possible values for signature property in a parallel approval stage. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [static]
Utility array of all possible values for signature property in a sequential approval stage. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [static]
The property specifies that a server-side certification is applied on the approved document. | SignatureOptions |
SignatureOptions | () | Constructor |
public function SignatureOptions()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for SignatureOptions
class.
The SignatureOptions
class provides values for the signature property of an approval stage.
Related API Elements
CLIENT_SIDE | Constant |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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 | Constant |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The property specifies that no signatures need to applied in an approval stage.
PARALLEL_STAGE_TYPES | Constant |
public static const PARALLEL_STAGE_TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a parallel approval stage.
SEQUENTIAL_STAGE_TYPES | Constant |
public static const SEQUENTIAL_STAGE_TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a sequential approval stage.
SERVER_SIDE | Constant |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | 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.
Mon Nov 28 2011, 06:48 AM -08:00