| Пакет | 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:34 AM Z