| パッケージ | com.adobe.solutions.rca.domain.common |
| インターフェイス | public interface IMemberCollection |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
関連する API エレメント
| プロパティ | 定義元 | ||
|---|---|---|---|
| allMemberList : IList [読み取り専用]
The property returns a collection of all members. | IMemberCollection | ||
| memberList : IList [読み取り専用]
The property returns a collection of directly associated members. | IMemberCollection | ||
| uniqueMemberList : IList [読み取り専用]
The property returns a collection of unique members. | IMemberCollection | ||
| メソッド | 定義元 | ||
|---|---|---|---|
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 | プロパティ |
allMemberList:IList [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | 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.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 memberListChanged イベントが送出されます。
実装
public function get allMemberList():IList関連する API エレメント
memberList | プロパティ |
memberList:IList [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 memberListChanged イベントが送出されます。
実装
public function get memberList():IList関連する API エレメント
uniqueMemberList | プロパティ |
uniqueMemberList:IList [読み取り専用] | 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 memberListChanged イベントが送出されます。
実装
public function get uniqueMemberList():IList関連する API エレメント
addMemberAndSave | () | メソッド |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
パラメーター
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.
|
関連する API エレメント
removeMemberAndSave | () | メソッド |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
パラメーター
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.
|
関連する API エレメント
updateTitleAndSave | () | メソッド |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | 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.
パラメーター
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.
|
関連する API エレメント
Tue Jun 12 2018, 10:34 AM Z