Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: AIR 30.0 y versiones anteriores, Flash Player 30.0 y versiones anteriores, Flash Lite 4
Flex 4.6 y versiones anteriores, Flash Pro CS6 y versiones anteriores
Ocultar filtros
com.adobe.solutions.prm.domain.impl 

Project  - AS3 Dirección del proyecto

Paquetecom.adobe.solutions.prm.domain.impl
Clasepublic class Project
HerenciaProject Inheritance EventDispatcher Inheritance Object
Implementa IProject

Versión del lenguaje: ActionScript 3.0
Versión de producto: Bloque de construcción Project Management 10.0
Versiones de motor de ejecución: Flash Player 10.2, AIR (unsupported)

This class defines a project domain entity. It exposes the properties of project value object and domain specific operations.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  allMemberList : IList
[solo lectura] The property returns a collection of all members.
Project
  attributes : Object
Defines the map of key value pair attributes.
Project
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
  createdBy : String
Principal name for a user who created an entity.
Project
  creationDate : Date
Date of creation of an entity.
Project
  defaultWorkItemTemplateName : String
Defines the default workItem template name.
Project
  description : String
Description.
Project
  documents : ArrayCollection
[solo lectura] The property returns a collection of associated documents.
Project
  editedTemplate : Boolean
Defines a Boolean flag that indicates if workItems use a template identified by a name specified in defaultWorkItemTemplate, or use a template definition stored along with the project as reviewTemplate.
Project
  endDate : Date
Defines the end date of a project.
Project
  expectedEndDate : Date
Defines the expected end date of a project.
Project
  ganttItems : ArrayCollection
[solo lectura] A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.
Project
  icon : File
Defines the icon used in a project.
Project
  id : String
Unique identifier.
Project
  inheritDocsFromParent : Boolean
Defines the current value of inheritDocsFromParent flag.
Project
  itemEndDate : Date
[solo lectura] End date of the item.
Project
  itemName : String
[solo lectura] Name of the item.
Project
  itemStartDate : Date
[solo lectura] Start date of the item.
Project
  itemState : String
[solo lectura] State of the item.
Project
  itemStatus : String
[solo lectura] Status of the item.
Project
  itemType : String
[solo lectura] Type of item.
Project
  lastUpdatedBy : String
Principal name for a user who last updated an entity.
Project
  lastUpdatedDate : Date
Date when an entity was last updated.
Project
  memberList : IList
[solo lectura] The property returns a collection of directly associated members.
Project
  members : IList
Defines list of members of a project, replacing an existing list of members, if present.
Project
  messages : IList
Defines the messages to the project.
Project
  milestones : IList
Project
  name : String
Defines the name of a project.
Project
  operationList : ArrayCollection
[solo lectura] A collection of operations that are available to a user through the context menu in the Gantt chart.
Project
  owner : IUser
Defines the owner of a project.
Project
  parentProject : IProject
Defines the parent project for a project.
Project
  projects : IList
Defines the list of child projects.
Project
  referenceDocuments : IList
Defines the reference documents associated with a project.
Project
  reviewTemplate : com.adobe.solutions.rca.domain:IReviewTemplate
Defines the review template that is to be inherited by children.
Project
  rootProject : IProject
Defines the root project.
Project
  showChildren : Boolean
A Boolean flag to determine if the children need to be displayed.
Project
  showParent : Boolean
A Boolean flag to determine if the parent needs to be displayed.
Project
  startDate : Date
Defines the start date of a project.
Project
  state : String
Defines the state of a project.
Project
  status : String
Defines the status of a project.
Project
  statusReasonCode : String
Defines the status reason code.
Project
  tags : IList
Defines the list of tags that can be associated with an entity.
Project
  type : String
Defines the type of a project.
Project
  uniqueMemberList : IList
[solo lectura] The property returns a collection of unique members.
Project
  users : IList
Defines a list of local users of the project.
Project
  vo : ProjectVO
This property refers to an instance of the project value object.
Project
  workItems : IList
Defines the list of workItems.
Project
Métodos públicos
 MétodoDefinido por
  
Project(value:ProjectVO, parent:IProject, root:IProject)
The constructor of Project class.
Project
  
This remote operation activates a current project and its child projects or workItems.
Project
  
This remote operation adds a document from the collection and submits the change on the server.
Project
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
EventDispatcher
  
This remote operation adds a member to the collection and submits the change to the server.
Project
  
This method adds a project to a collection of projects.
Project
  
This remote operation adds a sub-project to the current project and updates it on the server.
Project
  
This method adds a reference document to a collection of referenceDocuments.
Project
  
This method adds a team member to a collection of members.
Project
  
This method adds a workitem to a collection of workitems.
Project
  
This remote operation adds a workitem to the current project and updates the changes on the server.
Project
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
  
This remote operation fetches a complete project from a server.
Project
  
This method gets the title of a member, if any title is assigned to a user.
Project
  
A Boolean function to determine if the item has displayable children.
Project
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
  
This remote operation removes itself from its parent project and updates the change on the server.
Project
  
This remote operation removes a document from the collection and submits the change on the server.
Project
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
  
This remote operation removes a member from the collection and submits the change to the server.
Project
  
This method removes a team member, at the specified index, from a collection of members.
Project
  
This remote operation removes a sub-project from the current project and updates the change on the server.
Project
  
This method removes a project at the specified index from a collection of projects.
Project
  
This method removes a reference document, at the specified index, from a collection of referenceDocuments.
Project
  
This remote operation removes a workitem from the current project and updates the changes on the server.
Project
  
This method removes a workitem at a specified index from a collection of workitems.
Project
  
This remote operation saves the current state of a project on a server.
Project
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
  
This remote operation terminates the current project.
Project
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
  
This remote operation updates the tile of a member present in collection and submits the change to the server.
Project
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
EventDispatcher
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
Información sobre propiedades
Información sobre constructores
Información sobre métodos




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.