Paket | com.adobe.livecycle.rca.model.constant |
Klass | public class SignatureOptions |
Arv | SignatureOptions Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Metod | Definieras med | ||
---|---|---|---|
Provides values for the SignatureOptions property of an
approval stage. | SignatureOptions | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [statisk] Specifies that client-side signatures need to be applied to the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [statisk] Specifies that an approval stage does not require signatures. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [statisk] Utility array of all possible values for the signature property in parallel
approval stages. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [statisk] A utility array of all possible values for the signature property in sequential approval stages. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [statisk] Specifies that server-side certification is applied to the approved document. | SignatureOptions |
SignatureOptions | () | Konstruktor |
public function SignatureOptions()
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SignatureOptions
property of an
approval stage.
Relaterade API-element
CLIENT_SIDE | Konstant |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | 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 | Konstant |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that an approval stage does not require signatures.
PARALLEL_STAGE_TYPES | Konstant |
public static const PARALLEL_STAGE_TYPES:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | 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 | Konstant |
public static const SEQUENTIAL_STAGE_TYPES:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | 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 | Konstant |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 9.5 |
Körningsmiljöversioner: | 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.
Tue Jun 12 2018, 01:40 PM Z