Package | com.adobe.livecycle.rca.model.constant |
Classe | public class SignatureOptions |
Héritage | SignatureOptions Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Méthode | Défini par | ||
---|---|---|---|
Provides values for the SignatureOptions property of an
approval stage. | SignatureOptions | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [statique] Specifies that client-side signatures need to be applied to the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [statique] Specifies that an approval stage does not require signatures. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [statique] Utility array of all possible values for the signature property in parallel
approval stages. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [statique] A utility array of all possible values for the signature property in sequential approval stages. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [statique] Specifies that server-side certification is applied to the approved document. | SignatureOptions |
SignatureOptions | () | Constructeur |
public function SignatureOptions()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SignatureOptions
property of an
approval stage.
Eléments de l’API associés
CLIENT_SIDE | Constante |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | 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 | Constante |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that an approval stage does not require signatures.
PARALLEL_STAGE_TYPES | Constante |
public static const PARALLEL_STAGE_TYPES:Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | 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 | Constante |
public static const SEQUENTIAL_STAGE_TYPES:Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | 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 | Constante |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 9.5 |
Versions du moteur d’exécution: | 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, 09:30 AM Z