Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.solutions.prm.domain 

ITeamMember  - AS3 Responsabile progetto

Pacchettocom.adobe.solutions.prm.domain
Interfacciapublic interface ITeamMember extends IMember
Implementatori TeamMember

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

An interface for defining a Team Member domain object.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  asset : IAsset
[sola lettura] A reference of the asset to which the team member is assigned.
ITeamMember
 InheritedassignedTo : IMemberCollection
[sola lettura] 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
[sola lettura] 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
[sola lettura] Domain name of the member as defined in Document Server User Management.
IMember
 Inheritedemail : String
[sola lettura] 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
[sola lettura] 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
[sola lettura] Reference of the project to which this team member is assigned.
ITeamMember
  projectName : String
[sola lettura] The name of the project to which the team member is assigned.
ITeamMember
 Inheritedrole : String
[sola lettura] 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
[sola lettura] 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
[sola lettura] 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
[sola lettura] A reference of the workitem to which the team member is assigned.
ITeamMember
Metodi pubblici
 MetodoDefinito da
  
This remote operation removes a team member from the server.
ITeamMember
  
This remote operation saves the current state of team member on server.
ITeamMember
Descrizione delle proprietà

asset

proprietà
asset:IAsset  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Implementazione
    public function get asset():IAsset

attributes

proprietà 
attributes:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Defines the map of key value pair attributes.



Implementazione
    public function get attributes():Object
    public function set attributes(value:Object):void

campaignRole

proprietà 
campaignRole:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni 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.



Implementazione
    public function get campaignRole():String
    public function set campaignRole(value:String):void

createdBy

proprietà 
createdBy:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Principal name for a user who created an entity.



Implementazione
    public function get createdBy():String
    public function set createdBy(value:String):void

creationDate

proprietà 
creationDate:Date

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Date of creation of an entity.



Implementazione
    public function get creationDate():Date
    public function set creationDate(value:Date):void

description

proprietà 
description:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Description.



Implementazione
    public function get description():String
    public function set description(value:String):void

id

proprietà 
id:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Unique identifier.



Implementazione
    public function get id():String
    public function set id(value:String):void

lastUpdatedBy

proprietà 
lastUpdatedBy:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Principal name for a user who last updated an entity.



Implementazione
    public function get lastUpdatedBy():String
    public function set lastUpdatedBy(value:String):void

lastUpdatedDate

proprietà 
lastUpdatedDate:Date

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Date when an entity was last updated.



Implementazione
    public function get lastUpdatedDate():Date
    public function set lastUpdatedDate(value:Date):void

organizationalTitle

proprietà 
organizationalTitle:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni 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.



Implementazione
    public function get organizationalTitle():String
    public function set organizationalTitle(value:String):void

principalName

proprietà 
principalName:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

Defines the Principal Name of a team member.



Implementazione
    public function get principalName():String
    public function set principalName(value:String):void

project

proprietà 
project:IProject  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Implementazione
    public function get project():IProject

projectName

proprietà 
projectName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Implementazione
    public function get projectName():String

tags

proprietà 
tags:IList

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Implementazione
    public function get tags():IList
    public function set tags(value:IList):void

user

proprietà 
user:IUser

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Implementazione
    public function get user():IUser
    public function set user(value:IUser):void

userId

proprietà 
userId:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

User ID of a team member as defined in Adobe ® Digital Enterprise Platform Document Services - Administration Console.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento userUpdated .



Implementazione
    public function get userId():String

vo

proprietà 
vo:com.adobe.solutions.prm.vo:TeamMemberVO

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

This property refers to an instance of a team member value object.



Implementazione
    public function get vo():com.adobe.solutions.prm.vo:TeamMemberVO
    public function set vo(value:com.adobe.solutions.prm.vo:TeamMemberVO):void

Elementi API correlati

workItem

proprietà 
workItem:IWorkItem  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni runtime: Flash Player 10.2, AIR (unsupported)

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



Implementazione
    public function get workItem():IWorkItem
Descrizione dei metodi

remove

()metodo
public function remove():mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni 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.

Restituisce
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

()metodo 
public function save():mx.rpc:AsyncToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Project Management 10.0
Versioni 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.

Restituisce
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 ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.