Package | com.adobe.solutions.rca.domain.common |
Interface | public interface IMemberCollection |
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é | Défini par | ||
---|---|---|---|
allMemberList : IList [lecture seule]
The property returns a collection of all members. | IMemberCollection | ||
memberList : IList [lecture seule]
The property returns a collection of directly associated members. | IMemberCollection | ||
uniqueMemberList : IList [lecture seule]
The property returns a collection of unique members. | IMemberCollection |
Méthode | Défini par | ||
---|---|---|---|
This remote operation adds a member to the collection and submits the change to the server. | IMemberCollection | ||
This remote operation removes a member from the collection and submits the change to the server. | IMemberCollection | ||
This remote operation updates the tile of a member present in collection and submits the change to the server. | IMemberCollection |
allMemberList | propriété |
allMemberList:IList
[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 all members. It takes into consideration any child objects that may be of type IMemberCollection
.
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 memberListChanged
.
Implémentation
public function get allMemberList():IList
Eléments de l’API associés
memberList | propriété |
memberList:IList
[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 directly associated members.
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 memberListChanged
.
Implémentation
public function get memberList():IList
Eléments de l’API associés
uniqueMemberList | propriété |
uniqueMemberList:IList
[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 unique members.
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 memberListChanged
.
Implémentation
public function get uniqueMemberList():IList
Eléments de l’API associés
addMemberAndSave | () | méthode |
public function addMemberAndSave(member:IMember):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 member to the collection and submits the change to the server.
Paramètres
member:IMember — The member to be added to member collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Eléments de l’API associés
removeMemberAndSave | () | méthode |
public function removeMemberAndSave(member:IMember):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 member from the collection and submits the change to the server.
Paramètres
member:IMember — The member to be removed from member collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Eléments de l’API associés
updateTitleAndSave | () | méthode |
public function updateTitleAndSave(member:IMember, title:String):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 updates the tile of a member present in collection and submits the change to the server.
Paramètres
member:IMember — The member to be removed from member collection.
| |
title:String — The title of the member.
|
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