ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.livecycle.rca.model.constant 

SignatureOptions  - AS3 Review, Commenting, and Approval

Packagecom.adobe.livecycle.rca.model.constant
Classpublic class SignatureOptions
InheritanceSignatureOptions Inheritance Object
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.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)

SignatureOptions enumerator.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Provides values for the SignatureOptions property of an approval stage.
SignatureOptions
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Constructor Detail

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

Constant Detail

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.