包 | 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, 11:04 AM Z