Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.solutions.prm.domain 

ITeamMember  - AS3 Project Management

Пакет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)

An interface for defining a Team Member domain object.

Связанные элементы API



Общедоступные свойства
 СвойствоОпределено
  asset : IAsset
[только для чтения] A reference of the asset to which the team member is assigned.
ITeamMember
 InheritedassignedTo : 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
 InheritedcanonicalName : 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
 InheriteddomainName : String
[только для чтения] Domain name of the member as defined in Document Server User Management.
IMember
 Inheritedemail : 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
 Inheritedname : 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
 Inheritedrole : String
[только для чтения] Role of the member in the workflow.
IMember
  tags : IList
Defines the list of tags that can be associated with an entity.
ITeamMember
 Inheritedtitle : 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

свойство
asset:IAsset  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

A reference of the asset to which the team member is assigned.



Реализация
    public function get asset():IAsset

attributes

свойство 
attributes:Object

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Defines the map of key value pair attributes.



Реализация
    public function get attributes():Object
    public function set attributes(value:Object):void

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

свойство 
createdBy:String

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Principal name for a user who created an entity.



Реализация
    public function get createdBy():String
    public function set createdBy(value:String):void

creationDate

свойство 
creationDate:Date

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Date of creation of an entity.



Реализация
    public function get creationDate():Date
    public function set creationDate(value:Date):void

description

свойство 
description:String

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Description.



Реализация
    public function get description():String
    public function set description(value:String):void

id

свойство 
id:String

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Unique identifier.



Реализация
    public function get id():String
    public function set id(value:String):void

lastUpdatedBy

свойство 
lastUpdatedBy:String

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Principal name for a user who last updated an entity.



Реализация
    public function get lastUpdatedBy():String
    public function set lastUpdatedBy(value:String):void

lastUpdatedDate

свойство 
lastUpdatedDate:Date

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Date when an entity was last updated.



Реализация
    public function get lastUpdatedDate():Date
    public function set lastUpdatedDate(value:Date):void

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

свойство 
principalName:String

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Defines the Principal Name of a team member.



Реализация
    public function get principalName():String
    public function set principalName(value:String):void

project

свойство 
project:IProject  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Reference of the project to which this team member is assigned.



Реализация
    public function get project():IProject

projectName

свойство 
projectName:String  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

The name of the project to which the team member is assigned.



Реализация
    public function get projectName():String

tags

свойство 
tags:IList

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

Defines the list of tags that can be associated with an entity.



Реализация
    public function get tags():IList
    public function set tags(value:IList):void

user

свойство 
user:IUser

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

User object is fetched based on principal name attribute of team member value object.



Реализация
    public function get user():IUser
    public function set user(value:IUser):void

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

свойство 
workItem:IWorkItem  [только для чтения]

Язык версии: ActionScript 3.0
Версия продукта: Project Management Building Block 10.0
Версии среды выполнения: Flash Player 10.2, AIR (unsupported)

A reference of the workitem to which the team member is assigned.



Реализация
    public function get workItem():IWorkItem
Сведения о методе

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.




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.