包 | com.adobe.solutions.prm.domain |
接口 | public interface ITeamMember extends IMember |
实现器 | TeamMember |
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
相关 API 元素
属性 | 由以下参数定义 | ||
---|---|---|---|
asset : IAsset [只读]
A reference of the asset to which the team member is assigned. | ITeamMember | ||
assignedTo : IMemberCollection [只读]
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 [只读]
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 [只读]
Domain name of the member as defined in Document Server User Management. | IMember | ||
email : String [只读]
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 [只读]
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 [只读]
Reference of the project to which this team member is assigned. | ITeamMember | ||
projectName : String [只读]
The name of the project to which the team member is assigned. | ITeamMember | ||
role : String [只读]
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 [只读]
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 [只读]
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 [只读]
A reference of the workitem to which the team member is assigned. | ITeamMember |
方法 | 由以下参数定义 | ||
---|---|---|---|
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 | 属性 |
attributes | 属性 |
campaignRole | 属性 |
campaignRole:String
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | 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.
实现
public function get campaignRole():String
public function set campaignRole(value:String):void
createdBy | 属性 |
creationDate | 属性 |
description | 属性 |
id | 属性 |
lastUpdatedBy | 属性 |
lastUpdatedDate | 属性 |
organizationalTitle | 属性 |
organizationalTitle:String
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | 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.
实现
public function get organizationalTitle():String
public function set organizationalTitle(value:String):void
principalName | 属性 |
project | 属性 |
projectName | 属性 |
tags | 属性 |
user | 属性 |
userId | 属性 |
userId:String
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
User ID of a team member as defined in Adobe ® Digital Enterprise Platform Document Services - Administration Console.
此属性可用作数据绑定的源。修改此属性后,将调度 userUpdated
事件。
实现
public function get userId():String
vo | 属性 |
vo:com.adobe.solutions.prm.vo:TeamMemberVO
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of a team member value object.
实现
public function get vo():com.adobe.solutions.prm.vo:TeamMemberVO
public function set vo(value:com.adobe.solutions.prm.vo:TeamMemberVO):void
相关 API 元素
workItem | 属性 |
remove | () | 方法 |
public function remove():mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | 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.
返回mx.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 | () | 方法 |
public function save():mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Project Management Building Block 10.0 |
运行时版本: | 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.
返回mx.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.
|
Tue Jun 12 2018, 11:04 AM Z