包 | 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, 11:04 AM Z