Pakiet | com.adobe.solutions.rca.domain.common |
Interfejs | public interface IDocumentCollection |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
documents : ArrayCollection [tylko do odczytu]
The property returns a collection of associated documents. | IDocumentCollection |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
documents | właściwość |
documents:ArrayCollection
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get documents():ArrayCollection
Powiązane elementy interfejsu API
Szczegół metody
addDocumentAndSave | () | metoda |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Parametry
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.
|
Powiązane elementy interfejsu API
removeDocumentAndSave | () | metoda |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Parametry
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.
|
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z