パッケージ | com.adobe.solutions.rca.domain |
インターフェイス | public interface ISupportingDocument |
実装者 | SupportingDocument |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
contentType : String
The document content type. | ISupportingDocument | ||
createdBy : String
Name of the person who created the document. | ISupportingDocument | ||
createdOn : Date
Date of creation of the document. | ISupportingDocument | ||
description : String
The document description. | ISupportingDocument | ||
file : File
File object used for a supporting document. | ISupportingDocument | ||
name : String
Name of a supporting document. | ISupportingDocument | ||
owner : Object
Owner of a supporting document. | ISupportingDocument | ||
type : String
The type of supporting document. | ISupportingDocument | ||
uri : String
The document URI. | ISupportingDocument | ||
vo : DocumentVO
Value object for a supporting document. | ISupportingDocument |
プロパティの詳細
contentType | プロパティ |
createdBy | プロパティ |
createdOn | プロパティ |
description | プロパティ |
file | プロパティ |
name | プロパティ |
owner | プロパティ |
type | プロパティ |
type:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
実装
public function get type():String
public function set type(value:String):void
uri | プロパティ |
vo | プロパティ |
vo:DocumentVO
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
実装
public function get vo():DocumentVO
public function set vo(value:DocumentVO):void
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z