Paket | com.adobe.livecycle.rca.model.constant |
Klasse | public class SignatureOptions |
Vererbung | SignatureOptions Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Methode | Definiert von | ||
---|---|---|---|
Provides values for the SignatureOptions property of an
approval stage. | SignatureOptions | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [statisch] Specifies that client-side signatures need to be applied to the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [statisch] Specifies that an approval stage does not require signatures. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [statisch] Utility array of all possible values for the signature property in parallel
approval stages. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [statisch] A utility array of all possible values for the signature property in sequential approval stages. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [statisch] Specifies that server-side certification is applied to the approved document. | SignatureOptions |
SignatureOptions | () | Konstruktor |
public function SignatureOptions()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SignatureOptions
property of an
approval stage.
Verwandte API-Elemente
CLIENT_SIDE | Konstante |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that an approval stage does not require signatures.
PARALLEL_STAGE_TYPES | Konstante |
public static const PARALLEL_STAGE_TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const SEQUENTIAL_STAGE_TYPES:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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 | Konstante |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 9.5 |
Laufzeitversionen: | 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, 10:04 AM Z