Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.solutions.rca.domain.common 

IDocumentCollection  - AS3 Review, Commenting, and Approval

パッケージ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)

This interface defines an entity that has a collection of documents associated with it.

関連する 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 エレメント





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。