パッケージ | com.adobe.solutions.rca.constant |
クラス | public class SignatureOptions |
継承 | SignatureOptions Object |
サブクラス | LocalizedSignatureOptions |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
SignatureOptions
Enum.
メソッド | 定義元 | ||
---|---|---|---|
The constructor for SignatureOptions class. | SignatureOptions | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
定数 | 定義元 | ||
---|---|---|---|
CLIENT_SIDE : String = "CLIENT_SIDE" [静的]
The property specifies that client-side signatures need to be applied on the approved document. | SignatureOptions | ||
NO_SIGNATURE : String = "NO_SIGNATURE" [静的]
The property specifies that no signatures need to applied in an approval stage. | SignatureOptions | ||
PARALLEL_STAGE_TYPES : Array [静的]
Utility array of all possible values for signature property in a parallel approval stage. | SignatureOptions | ||
SEQUENTIAL_STAGE_TYPES : Array [静的]
Utility array of all possible values for signature property in a sequential approval stage. | SignatureOptions | ||
SERVER_SIDE : String = "SERVER_SIDE" [静的]
The property specifies that a server-side certification is applied on the approved document. | SignatureOptions |
SignatureOptions | () | コンストラクター |
public function SignatureOptions()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for SignatureOptions
class.
The SignatureOptions
class provides values for the signature property of an approval stage.
関連する API エレメント
CLIENT_SIDE | 定数 |
public static const CLIENT_SIDE:String = "CLIENT_SIDE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | 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 | 定数 |
public static const NO_SIGNATURE:String = "NO_SIGNATURE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The property specifies that no signatures need to applied in an approval stage.
PARALLEL_STAGE_TYPES | 定数 |
public static const PARALLEL_STAGE_TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a parallel approval stage.
SEQUENTIAL_STAGE_TYPES | 定数 |
public static const SEQUENTIAL_STAGE_TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for signature property in a sequential approval stage.
SERVER_SIDE | 定数 |
public static const SERVER_SIDE:String = "SERVER_SIDE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | 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, 10:34 AM Z