Pacote | com.adobe.livecycle.rca.model.constant |
Classe | public class SignatureOptions |
Herança | SignatureOptions Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Método | Definido por | ||
---|---|---|---|
Provides values for the SignatureOptions property of an
approval stage. | SignatureOptions | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [estático] Specifies that client-side signatures need to be applied to the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [estático] Specifies that an approval stage does not require signatures. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [estático] Utility array of all possible values for the signature property in parallel
approval stages. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [estático] A utility array of all possible values for the signature property in sequential approval stages. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [estático] Specifies that server-side certification is applied to the approved document. | SignatureOptions |
SignatureOptions | () | Construtor |
public function SignatureOptions()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SignatureOptions
property of an
approval stage.
Elementos da API relacionados
CLIENT_SIDE | Constante |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 9.5 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z