Pacote | com.adobe.solutions.rca.domain.common |
Interface | public interface IMemberCollection |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
allMemberList : IList [somente leitura]
The property returns a collection of all members. | IMemberCollection | ||
memberList : IList [somente leitura]
The property returns a collection of directly associated members. | IMemberCollection | ||
uniqueMemberList : IList [somente leitura]
The property returns a collection of unique members. | IMemberCollection |
Método | Definido por | ||
---|---|---|---|
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 | propriedade |
allMemberList:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | 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
.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento memberListChanged
.
Implementação
public function get allMemberList():IList
Elementos da API relacionados
memberList | propriedade |
memberList:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento memberListChanged
.
Implementação
public function get memberList():IList
Elementos da API relacionados
uniqueMemberList | propriedade |
uniqueMemberList:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento memberListChanged
.
Implementação
public function get uniqueMemberList():IList
Elementos da API relacionados
addMemberAndSave | () | método |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
Parâmetros
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.
|
Elementos da API relacionados
removeMemberAndSave | () | método |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
Parâmetros
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.
|
Elementos da API relacionados
updateTitleAndSave | () | método |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | 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.
Parâmetros
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.
|
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z