| Paket | com.adobe.solutions.rca.domain.common |
| Arabirim | public interface IDocumentCollection |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
İlgili API Öğeleri
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| documents : ArrayCollection [salt okunur]
The property returns a collection of associated documents. | IDocumentCollection | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
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 | ||
Özellik Ayrıntısı
documents | özellik |
documents:ArrayCollection [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get documents():ArrayCollectionİlgili API Öğeleri
Yöntem Ayrıntısı
addDocumentAndSave | () | yöntem |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parametreler
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.
|
İlgili API Öğeleri
removeDocumentAndSave | () | yöntem |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parametreler
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.
|
İlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z