Package | com.adobe.livecycle.rca.model.constant |
Class | public class SignatureOptions |
Inheritance | SignatureOptions Object |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Method | Defined By | ||
---|---|---|---|
Provides values for the SignatureOptions property of an
approval stage. | 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] Specifies that client-side signatures need to be applied to the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [static] Specifies that an approval stage does not require signatures. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [static] Utility array of all possible values for the signature property in parallel
approval stages. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [static] A utility array of all possible values for the signature property in sequential approval stages. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [static] Specifies that server-side certification is applied to the approved document. | SignatureOptions |
SignatureOptions | () | Constructor |
public function SignatureOptions()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SignatureOptions
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 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that client-side signatures need to be applied to the approved document. The system generates a signature sheet that each approver applies his or her digital signature to. Not available when there are parallel approval stages.
NO_SIGNATURE | Constant |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that an approval stage does not require signatures.
PARALLEL_STAGE_TYPES | Constant |
public static const PARALLEL_STAGE_TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Utility array of all possible values for the signature property in parallel approval stages.
SEQUENTIAL_STAGE_TYPES | Constant |
public static const SEQUENTIAL_STAGE_TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the signature property in sequential approval stages.
SERVER_SIDE | Constant |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that server-side certification is applied to the approved document. The system applies a certificate to the approved document on behalf of the organization.
Mon Nov 28 2011, 06:48 AM -08:00