ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: AIR 30.0 und früher, Flash Player 30.0 und früher, Flash Lite 4
Flex 4.6 und früher, Flash Pro CS6 und früher
Filter ausblenden
com.adobe.solutions.prm.domain.impl 

Project  - AS3 Project Management

Paketcom.adobe.solutions.prm.domain.impl
Klassepublic class Project
VererbungProject Inheritance EventDispatcher Inheritance Object
Implementiert IProject

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: 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.

Verwandte API-Elemente



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  allMemberList : IList
[schreibgeschützt] The property returns a collection of all members.
Project
  attributes : Object
Defines the map of key value pair attributes.
Project
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
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
[schreibgeschützt] 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
[schreibgeschützt] 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
[schreibgeschützt] End date of the item.
Project
  itemName : String
[schreibgeschützt] Name of the item.
Project
  itemStartDate : Date
[schreibgeschützt] Start date of the item.
Project
  itemState : String
[schreibgeschützt] State of the item.
Project
  itemStatus : String
[schreibgeschützt] Status of the item.
Project
  itemType : String
[schreibgeschützt] 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
[schreibgeschützt] 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
[schreibgeschützt] 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
[schreibgeschützt] 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
Öffentliche Methoden
 MethodeDefiniert von
  
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
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird.
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
Sendet ein Ereignis in den Ereignisablauf.
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
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat.
EventDispatcher
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
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
Entfernt einen Listener aus dem EventDispatcher-Objekt.
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
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
  
This remote operation terminates the current project.
Project
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt das angegebene Objekt als String zurück.
Object
  
This remote operation updates the tile of a member present in collection and submits the change to the server.
Project
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
 Inherited
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist.
EventDispatcher
Ereignisse
 Ereignis Übersicht Definiert von
 Inherited[broadcast event] Wird ausgelöst, wenn Flash Player oder eine AIR-Anwendung den Betriebssystemfokus erhält und aktiv wird.EventDispatcher
 Inherited[broadcast event] Wird ausgelöst, wenn Flash Player- oder die AIR-Anwendung den Fokus verliert und inaktiv wird.EventDispatcher
Eigenschaftendetails
Konstruktordetails
Methodendetails




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.