Paket | com.adobe.solutions.rca.constant |
Sınıf | public class SignatureOptions |
Miras Alma | SignatureOptions Object |
Alt Sınıflar | LocalizedSignatureOptions |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
SignatureOptions
Enum.
Yöntem | Tanımlayan: | ||
---|---|---|---|
The constructor for SignatureOptions class. | SignatureOptions | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [statik]
The property specifies that client-side signatures need to be applied on the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [statik]
The property specifies that no signatures need to applied in an approval stage. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [statik]
Utility array of all possible values for signature property in a parallel approval stage. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [statik]
Utility array of all possible values for signature property in a sequential approval stage. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [statik]
The property specifies that a server-side certification is applied on the approved document. | SignatureOptions |
SignatureOptions | () | Yapıcı |
public function SignatureOptions()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for SignatureOptions
class.
The SignatureOptions
class provides values for the signature property of an approval stage.
İlgili API Öğeleri
CLIENT_SIDE | Sabit |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The property specifies that no signatures need to applied in an approval stage.
PARALLEL_STAGE_TYPES | Sabit |
public static const PARALLEL_STAGE_TYPES:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a parallel approval stage.
SEQUENTIAL_STAGE_TYPES | Sabit |
public static const SEQUENTIAL_STAGE_TYPES:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a sequential approval stage.
SERVER_SIDE | Sabit |
public static const SERVER_SIDE:String = "SERVER_SIDE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10 |
Çalışma Zamanı Sürümleri: | 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, 01:09 PM Z