Paket | com.adobe.solutions.rca.domain.common |
Schnittstelle | public interface IDocumentCollection |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Verwandte API-Elemente
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
documents : ArrayCollection [schreibgeschützt]
The property returns a collection of associated documents. | IDocumentCollection |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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 |
Eigenschaftendetails
documents | Eigenschaft |
documents:ArrayCollection
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get documents():ArrayCollection
Verwandte API-Elemente
Methodendetails
addDocumentAndSave | () | Methode |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parameter
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.
|
Verwandte API-Elemente
removeDocumentAndSave | () | Methode |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parameter
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.
|
Verwandte API-Elemente
Tue Jun 12 2018, 10:04 AM Z