Pakket | com.adobe.solutions.rca.domain.common |
Interface | public interface IDocumentCollection |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
documents : ArrayCollection [alleen-lezen]
The property returns a collection of associated documents. | IDocumentCollection |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
documents | eigenschap |
documents:ArrayCollection
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get documents():ArrayCollection
Verwante API-elementen
Methodedetails
addDocumentAndSave | () | methode |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parameters
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.
|
Verwante API-elementen
removeDocumentAndSave | () | methode |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parameters
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.
|
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z