Pacote | com.adobe.solutions.prm.domain |
Interface | public interface ITeamMember extends IMember |
Implementadores | TeamMember |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Elementos da API relacionados
Propriedade | Definido por | ||
---|---|---|---|
asset : IAsset [somente leitura]
A reference of the asset to which the team member is assigned. | ITeamMember | ||
assignedTo : IMemberCollection [somente leitura]
Reference to the member collection to which this member is assigned. | IMember | ||
attributes : Object
Defines the map of key value pair attributes. | ITeamMember | ||
campaignRole : String
The role of a team member in a campaign. | ITeamMember | ||
canonicalName : String [somente leitura]
CanonicalName of the member as defined in Document Server User Management. | IMember | ||
createdBy : String
Principal name for a user who created an entity. | ITeamMember | ||
creationDate : Date
Date of creation of an entity. | ITeamMember | ||
description : String
Description. | ITeamMember | ||
domainName : String [somente leitura]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [somente leitura]
Email of the member. | IMember | ||
id : String
Unique identifier. | ITeamMember | ||
lastUpdatedBy : String
Principal name for a user who last updated an entity. | ITeamMember | ||
lastUpdatedDate : Date
Date when an entity was last updated. | ITeamMember | ||
name : String [somente leitura]
Name of the member. | IMember | ||
organizationalTitle : String
Defines the organization title. | ITeamMember | ||
principalName : String
Defines the Principal Name of a team member. | ITeamMember | ||
project : IProject [somente leitura]
Reference of the project to which this team member is assigned. | ITeamMember | ||
projectName : String [somente leitura]
The name of the project to which the team member is assigned. | ITeamMember | ||
role : String [somente leitura]
Role of the member in the workflow. | IMember | ||
tags : IList
Defines the list of tags that can be associated with an entity. | ITeamMember | ||
title : String [somente leitura]
Title of the member in the workflow. | IMember | ||
user : IUser
User object is fetched based on principal name attribute of team member value object. | ITeamMember | ||
userId : String [somente leitura]
User ID of a team member as defined in Adobe ® Digital Enterprise Platform Document Services - Administration Console. | ITeamMember | ||
vo : com.adobe.solutions.prm.vo:TeamMemberVO
This property refers to an instance of a team member value object. | ITeamMember | ||
workItem : IWorkItem [somente leitura]
A reference of the workitem to which the team member is assigned. | ITeamMember |
Método | Definido por | ||
---|---|---|---|
This remote operation removes a team member from the server. | ITeamMember | ||
This remote operation saves the current state of team member on server. | ITeamMember |
asset | propriedade |
attributes | propriedade |
attributes:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Defines the map of key value pair attributes.
Implementação
public function get attributes():Object
public function set attributes(value:Object):void
campaignRole | propriedade |
campaignRole:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The role of a team member in a campaign. These roles are assigned by virtue of being owner of a project or workitem.
Implementação
public function get campaignRole():String
public function set campaignRole(value:String):void
createdBy | propriedade |
createdBy:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Principal name for a user who created an entity.
Implementação
public function get createdBy():String
public function set createdBy(value:String):void
creationDate | propriedade |
creationDate:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date of creation of an entity.
Implementação
public function get creationDate():Date
public function set creationDate(value:Date):void
description | propriedade |
id | propriedade |
lastUpdatedBy | propriedade |
lastUpdatedBy:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Principal name for a user who last updated an entity.
Implementação
public function get lastUpdatedBy():String
public function set lastUpdatedBy(value:String):void
lastUpdatedDate | propriedade |
lastUpdatedDate:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date when an entity was last updated.
Implementação
public function get lastUpdatedDate():Date
public function set lastUpdatedDate(value:Date):void
organizationalTitle | propriedade |
organizationalTitle:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Defines the organization title. Please note that this value is not validated. It is a user-defined value. You can add the validation in a custom implementation.
Implementação
public function get organizationalTitle():String
public function set organizationalTitle(value:String):void
principalName | propriedade |
principalName:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Defines the Principal Name of a team member.
Implementação
public function get principalName():String
public function set principalName(value:String):void
project | propriedade |
project:IProject
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Reference of the project to which this team member is assigned.
Implementação
public function get project():IProject
projectName | propriedade |
projectName:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The name of the project to which the team member is assigned.
Implementação
public function get projectName():String
tags | propriedade |
tags:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Defines the list of tags that can be associated with an entity.
Implementação
public function get tags():IList
public function set tags(value:IList):void
user | propriedade |
user:IUser
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
User object is fetched based on principal name attribute of team member value object.
Implementação
public function get user():IUser
public function set user(value:IUser):void
userId | propriedade |
userId:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
User ID of a team member as defined in Adobe ® Digital Enterprise Platform Document Services - Administration Console.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento userUpdated
.
Implementação
public function get userId():String
vo | propriedade |
vo:com.adobe.solutions.prm.vo:TeamMemberVO
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of a team member value object.
Implementação
public function get vo():com.adobe.solutions.prm.vo:TeamMemberVO
public function set vo(value:com.adobe.solutions.prm.vo:TeamMemberVO):void
Elementos da API relacionados
workItem | propriedade |
workItem:IWorkItem
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
A reference of the workitem to which the team member is assigned.
Implementação
public function get workItem():IWorkItem
remove | () | método |
public function remove():mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a team member from the server. It removes a member from the list of members present at that level from which this member is removed.
Retornamx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of all the team members present at that level from which this member is removed.
|
save | () | método |
public function save():mx.rpc:AsyncToken
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Project Management Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This remote operation saves the current state of team member on server. It adds this member to a list of members present at that level to which this member is added.
Retornamx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a list of the team members present at that level to which this member is added.
|
Wed Jun 13 2018, 11:10 AM Z