| Pakket | com.adobe.solutions.rca.domain.common |
| Interface | public interface IMemberCollection |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Verwante API-elementen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| allMemberList : IList [alleen-lezen]
The property returns a collection of all members. | IMemberCollection | ||
| memberList : IList [alleen-lezen]
The property returns a collection of directly associated members. | IMemberCollection | ||
| uniqueMemberList : IList [alleen-lezen]
The property returns a collection of unique members. | IMemberCollection | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
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 | eigenschap |
allMemberList:IList [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis memberListChanged verzonden.
Implementatie
public function get allMemberList():IListVerwante API-elementen
memberList | eigenschap |
memberList:IList [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis memberListChanged verzonden.
Implementatie
public function get memberList():IListVerwante API-elementen
uniqueMemberList | eigenschap |
uniqueMemberList:IList [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis memberListChanged verzonden.
Implementatie
public function get uniqueMemberList():IListVerwante API-elementen
addMemberAndSave | () | methode |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
Parameters
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.
|
Verwante API-elementen
removeMemberAndSave | () | methode |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
Parameters
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.
|
Verwante API-elementen
updateTitleAndSave | () | methode |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | 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.
Parameters
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.
|
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z