Pakiet | com.adobe.solutions.rca.constant |
Klasa | public class SignatureOptions |
Dziedziczenie | SignatureOptions Object |
Podklasy | LocalizedSignatureOptions |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
SignatureOptions
Enum.
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for SignatureOptions class. | SignatureOptions | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [statyczny]
The property specifies that client-side signatures need to be applied on the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [statyczny]
The property specifies that no signatures need to applied in an approval stage. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [statyczny]
Utility array of all possible values for signature property in a parallel approval stage. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [statyczny]
Utility array of all possible values for signature property in a sequential approval stage. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [statyczny]
The property specifies that a server-side certification is applied on the approved document. | SignatureOptions |
SignatureOptions | () | Konstruktor |
public function SignatureOptions()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for SignatureOptions
class.
The SignatureOptions
class provides values for the signature property of an approval stage.
Powiązane elementy interfejsu API
CLIENT_SIDE | Stała |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The property specifies that no signatures need to applied in an approval stage.
PARALLEL_STAGE_TYPES | Stała |
public static const PARALLEL_STAGE_TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a parallel approval stage.
SEQUENTIAL_STAGE_TYPES | Stała |
public static const SEQUENTIAL_STAGE_TYPES:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a sequential approval stage.
SERVER_SIDE | Stała |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | 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.
Tue Jun 12 2018, 12:06 PM Z