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

SignatureOptions  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class SignatureOptions
InheritanceSignatureOptions Inheritance 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.



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
  
The constructor for SignatureOptions class.
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] 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
Constructor Detail

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

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 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.