Pacchetto | com.adobe.solutions.rca.domain.common |
Interfaccia | public interface IDocumentCollection |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
documents : ArrayCollection [sola lettura]
The property returns a collection of associated documents. | IDocumentCollection |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 |
Descrizione delle proprietà
documents | proprietà |
documents:ArrayCollection
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get documents():ArrayCollection
Elementi API correlati
Descrizione dei metodi
addDocumentAndSave | () | metodo |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parametri
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.
|
Elementi API correlati
removeDocumentAndSave | () | metodo |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parametri
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.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z