| パッケージ | com.adobe.solutions.rca.domain.common | 
| インターフェイス | public interface IDocumentCollection | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
関連する API エレメント
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| documents : ArrayCollection [読み取り専用]  
	 The property returns a collection of associated documents. | IDocumentCollection | ||
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
|  
	 This remote operation adds a document from the collection and submits the change on the server. | IDocumentCollection | ||
|  
	 This remote operation removes a document from the collection and submits the change on the server. | IDocumentCollection | ||
プロパティの詳細
| documents | プロパティ | 
documents:ArrayCollection  [読み取り専用] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
The property returns a collection of associated documents.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange                 イベントが送出されます。
実装
    public function get documents():ArrayCollection関連する API エレメント
メソッドの詳細
| addDocumentAndSave | () | メソッド | 
 public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
This remote operation adds a document from the collection and submits the change on the server.
パラメーター
| doc:ISupportingDocument— The document to be added to document collection. | 
| mx.rpc:AsyncToken— It returns a token on which success or fault handlers can be attached. | 
関連する API エレメント
| removeDocumentAndSave | () | メソッド | 
 public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
This remote operation removes a document from the collection and submits the change on the server.
パラメーター
| doc:ISupportingDocument— The document to be removed from document collection. | 
| mx.rpc:AsyncToken— It returns a token on which success or fault handlers can be attached. | 
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z