Pacote | com.adobe.solutions.rca.domain.common |
Interface | public interface IDocumentCollection |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
documents : ArrayCollection [somente leitura]
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 |
Detalhes da propriedade
documents | propriedade |
documents:ArrayCollection
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get documents():ArrayCollection
Elementos da API relacionados
Detalhes do método
addDocumentAndSave | () | método |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | 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 da API relacionados
removeDocumentAndSave | () | método |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | 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 da API relacionados
Wed Jun 13 2018, 11:10 AM Z