| Package | com.adobe.solutions.rca.domain.common |
| Interface | public interface IDocumentCollection |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Eléments de l’API associés
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| documents : ArrayCollection [lecture seule]
The property returns a collection of associated documents. | IDocumentCollection | ||
Méthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
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 | ||
Détails de la propriété
documents | propriété |
documents:ArrayCollection [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange .
Implémentation
public function get documents():ArrayCollectionEléments de l’API associés
Détails de la méthode
addDocumentAndSave | () | méthode |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
Paramètres
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.
|
Eléments de l’API associés
removeDocumentAndSave | () | méthode |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 |
| Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
Paramètres
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.
|
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z