Paket | com.adobe.solutions.rca.domain.common |
Gränssnitt | public interface IDocumentCollection |
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
documents : ArrayCollection [skrivskyddad]
The property returns a collection of associated documents. | IDocumentCollection |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Egenskapsdetaljer
documents | egenskap |
documents:ArrayCollection
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get documents():ArrayCollection
Relaterade API-element
Metoddetaljer
addDocumentAndSave | () | metod |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parametrar
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.
|
Relaterade API-element
removeDocumentAndSave | () | metod |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parametrar
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.
|
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z