套件 | 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, 03:47 PM Z