Paquete | com.adobe.solutions.rca.domain.common |
Interfaz | public interface IDocumentCollection |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
documents : ArrayCollection [solo lectura]
The property returns a collection of associated documents. | IDocumentCollection |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 |
Información sobre propiedades
documents | propiedad |
documents:ArrayCollection
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get documents():ArrayCollection
Elementos de API relacionados
Información sobre métodos
addDocumentAndSave | () | método |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parámetros
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.
|
Elementos de API relacionados
removeDocumentAndSave | () | método |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parámetros
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.
|
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z