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: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
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

allMemberList

Eigenschaft
allMemberList:IList  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The property returns a collection of all members. It takes into consideration any child objects that may be of type IMemberCollection.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das memberListChanged -Ereignis ausgelöst.



Implementierung
    public function get allMemberList():IList

attributes

Eigenschaft 
attributes:Object

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the map of key value pair attributes.



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

createdBy

Eigenschaft 
createdBy:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Principal name for a user who created an entity.



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

creationDate

Eigenschaft 
creationDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Date of creation of an entity.



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

defaultWorkItemTemplateName

Eigenschaft 
defaultWorkItemTemplateName:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the default workItem template name. Every workItem is associated with a RCA template. If a template is not directly associated with a workItem then a template is inherited from a parent project in the hierarchy, going from bottom to top. The default workItem template specifies the template name to be used at project. This can eventually be inherited by children workItems. Template name being unique, you need to specify only the name. Ensure that a template exists before it is used.



Implementierung
    public function get defaultWorkItemTemplateName():String
    public function set defaultWorkItemTemplateName(value:String):void

description

Eigenschaft 
description:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Description.



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

documents

Eigenschaft 
documents:ArrayCollection  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The property returns a collection of associated documents.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get documents():ArrayCollection

editedTemplate

Eigenschaft 
editedTemplate:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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. If it is True then reviewTemplate is used, else defaultWorkItemTemplate is used. There are two ways to associated a template with a project. You can either use setReviewTemplate or use setDefaultWorkItemTemplateName. While creating a project, you must set the editedTemplate flag appropriately.



Implementierung
    public function get editedTemplate():Boolean
    public function set editedTemplate(value:Boolean):void

endDate

Eigenschaft 
endDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the end date of a project. Since the end date is a calculated field, client should not call the setter.



Implementierung
    public function get endDate():Date
    public function set endDate(value:Date):void

expectedEndDate

Eigenschaft 
expectedEndDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the expected end date of a project. If expectedEndDate is null, then it is inherited from the parent project. For this reason, a root project can not have a null expected end date.



Implementierung
    public function get expectedEndDate():Date
    public function set expectedEndDate(value:Date):void

ganttItems

Eigenschaft 
ganttItems:ArrayCollection  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ganttItemsChanged -Ereignis ausgelöst.



Implementierung
    public function get ganttItems():ArrayCollection

icon

Eigenschaft 
icon:File

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the icon used in a project. Icon is an image, that is associate with a project, for easy reference as a visual indicator.



Implementierung
    public function get icon():File
    public function set icon(value:File):void

id

Eigenschaft 
id:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Unique identifier.



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

inheritDocsFromParent

Eigenschaft 
inheritDocsFromParent:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the current value of inheritDocsFromParent flag. If this Boolean flag is set to True, the project inherits reference documents from the parent project. If it is set to False, then it does not inherit reference documents.



Implementierung
    public function get inheritDocsFromParent():Boolean
    public function set inheritDocsFromParent(value:Boolean):void

itemEndDate

Eigenschaft 
itemEndDate:Date  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

End date of the item.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ganttDataItemDurationChanged -Ereignis ausgelöst.



Implementierung
    public function get itemEndDate():Date

itemName

Eigenschaft 
itemName:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Name of the item.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ganttDataItemNameChanged -Ereignis ausgelöst.



Implementierung
    public function get itemName():String

itemStartDate

Eigenschaft 
itemStartDate:Date  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Start date of the item.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ganttDataItemDurationChanged -Ereignis ausgelöst.



Implementierung
    public function get itemStartDate():Date

itemState

Eigenschaft 
itemState:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

State of the item.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ganttDataItemStateChanged -Ereignis ausgelöst.



Implementierung
    public function get itemState():String

itemStatus

Eigenschaft 
itemStatus:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Status of the item.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ganttDataItemStatusChanged -Ereignis ausgelöst.



Implementierung
    public function get itemStatus():String

itemType

Eigenschaft 
itemType:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Type of item.



Implementierung
    public function get itemType():String

lastUpdatedBy

Eigenschaft 
lastUpdatedBy:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Principal name for a user who last updated an entity.



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

lastUpdatedDate

Eigenschaft 
lastUpdatedDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Date when an entity was last updated.



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

memberList

Eigenschaft 
memberList:IList  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The property returns a collection of directly associated members.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das memberListChanged -Ereignis ausgelöst.



Implementierung
    public function get memberList():IList

members

Eigenschaft 
members:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines list of members of a project, replacing an existing list of members, if present. Team members get notifications of various events during the life cycle of a project.



Implementierung
    public function get members():IList
    public function set members(value:IList):void

Verwandte API-Elemente

ITeamMember

messages

Eigenschaft 
messages:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the messages to the project. It is a collection of type MessageVO.



Implementierung
    public function get messages():IList
    public function set messages(value:IList):void

Verwandte API-Elemente

milestones

Eigenschaft 
milestones:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)



Implementierung
    public function get milestones():IList
    public function set milestones(value:IList):void

Verwandte API-Elemente

name

Eigenschaft 
name:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the name of a project. Project name is a mandatory attribute and should not be null. [ ] / | * . .. : and trailing spaces are not allowed in the project name.



Implementierung
    public function get name():String
    public function set name(value:String):void

operationList

Eigenschaft 
operationList:ArrayCollection  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A collection of operations that are available to a user through the context menu in the Gantt chart.



Implementierung
    public function get operationList():ArrayCollection

owner

Eigenschaft 
owner:IUser

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the owner of a project. Owner information is fetched based on Principal Name of the user present in ProjectVO.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das ownerUpdated -Ereignis ausgelöst.



Implementierung
    public function get owner():IUser
    public function set owner(value:IUser):void

parentProject

Eigenschaft 
parentProject:IProject

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the parent project for a project. This method is used internally and should not be used by a user.



Implementierung
    public function get parentProject():IProject
    public function set parentProject(value:IProject):void

projects

Eigenschaft 
projects:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the list of child projects. It is the collection of IProject.



Implementierung
    public function get projects():IList
    public function set projects(value:IList):void

referenceDocuments

Eigenschaft 
referenceDocuments:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the reference documents associated with a project.



Implementierung
    public function get referenceDocuments():IList
    public function set referenceDocuments(value:IList):void

Verwandte API-Elemente

reviewTemplate

Eigenschaft 
reviewTemplate:com.adobe.solutions.rca.domain:IReviewTemplate

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the review template that is to be inherited by children. If the template is locally edited in context of a project, an instance of the review templateis is stored with the project definition.



Implementierung
    public function get reviewTemplate():com.adobe.solutions.rca.domain:IReviewTemplate
    public function set reviewTemplate(value:com.adobe.solutions.rca.domain:IReviewTemplate):void

Verwandte API-Elemente

rootProject

Eigenschaft 
rootProject:IProject

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the root project. This method is used internally and should not be used by a user.



Implementierung
    public function get rootProject():IProject
    public function set rootProject(value:IProject):void

showChildren

Eigenschaft 
showChildren:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A Boolean flag to determine if the children need to be displayed.



Implementierung
    public function get showChildren():Boolean
    public function set showChildren(value:Boolean):void

showParent

Eigenschaft 
showParent:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A Boolean flag to determine if the parent needs to be displayed.



Implementierung
    public function get showParent():Boolean
    public function set showParent(value:Boolean):void

startDate

Eigenschaft 
startDate:Date

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the start date of a project. If a start date is set in future, then project is scheduled to start on that date. If the start date is in the past or is a current date, then the project starts immediately, upon project activation. If the start date of a project is null, then the start date is inherited from a parent project. For this reason, a root project can not have a null start date.



Implementierung
    public function get startDate():Date
    public function set startDate(value:Date):void

state

Eigenschaft 
state:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the state of a project. Since the state is a calculated attribute, clients should not call this setter. For possible values in the default implementation, please refer to com.adobe.solutions.prm.constant.ProjectState.



Implementierung
    public function get state():String
    public function set state(value:String):void

Verwandte API-Elemente

status

Eigenschaft 
status:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the status of a project.



Implementierung
    public function get status():String
    public function set status(value:String):void

Verwandte API-Elemente

statusReasonCode

Eigenschaft 
statusReasonCode:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the status reason code. Reason codes provide information about the status, provide reason for specific status being set. The default implementation has two status, reed and green. Red status indicates that an action is required or an error has occurred. Green status indicates desired progress.



Implementierung
    public function get statusReasonCode():String
    public function set statusReasonCode(value:String):void

Verwandte API-Elemente

tags

Eigenschaft 
tags:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

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



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

type

Eigenschaft 
type:String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the type of a project.



Implementierung
    public function get type():String
    public function set type(value:String):void

Verwandte API-Elemente

uniqueMemberList

Eigenschaft 
uniqueMemberList:IList  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The property returns a collection of unique members.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das memberListChanged -Ereignis ausgelöst.



Implementierung
    public function get uniqueMemberList():IList

users

Eigenschaft 
users:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines a list of local users of the project. Local users can be used to keep a list of users associated with a project, who have been assigned an organization title. This list of local user has no runtime significance. It is provided just as a convenient data structure to keep a local cache of users associated with a project.



Implementierung
    public function get users():IList
    public function set users(value:IList):void

vo

Eigenschaft 
vo:ProjectVO

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This property refers to an instance of the project value object.



Implementierung
    public function get vo():ProjectVO
    public function set vo(value:ProjectVO):void

workItems

Eigenschaft 
workItems:IList

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Defines the list of workItems.



Implementierung
    public function get workItems():IList
    public function set workItems(value:IList):void

Verwandte API-Elemente

IWorkItem
Konstruktordetails

Project

()Konstruktor
public function Project(value:ProjectVO, parent:IProject, root:IProject)

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10.0
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

The constructor of Project class. It creates a project using project value object and reference to the parent project and root project.

Parameter
value:ProjectVO — Project value object.
 
parent:IProject — Reference of parent project to which this project is assigned.
 
root:IProject — Reference of top level project, that is, the root node of the tree in which this project is assigned.
Methodendetails

activate

()Methode
public function activate():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation activates a current project and its child projects or workItems.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the activated project.

addDocumentAndSave

()Methode 
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation adds a document from the collection and submits the change on the server.

Parameter

doc:ISupportingDocument — The document to be added to document collection.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

addMemberAndSave

()Methode 
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation adds a member to the collection and submits the change to the server.

Parameter

member:IMember — The member to be added to member collection.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

addProject

()Methode 
public function addProject(project:IProject):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method adds a project to a collection of projects. It adds the project locally and not on a server.

Parameter

project:IProject — The project to be added.

addProjectAndSave

()Methode 
public function addProjectAndSave(project:IProject):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation adds a sub-project to the current project and updates it on the server. If the operation is successful, it refreshes the current object with a new value object returned from the server.

Parameter

project:IProject — A project to be added.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the project.

addReferenceDocument

()Methode 
public function addReferenceDocument(doc:ISupportingDocument):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method adds a reference document to a collection of referenceDocuments. It adds the document locally and not on a server.

Parameter

doc:ISupportingDocument — Reference document to be added.

addTeamMember

()Methode 
public function addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method adds a team member to a collection of members. It adds a team member locally and not on a server.

Parameter

teamMember:com.adobe.solutions.prm.domain:ITeamMember — Team Member to be added.

addWorkItem

()Methode 
public function addWorkItem(item:IWorkItem):void

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method adds a workitem to a collection of workitems. It adds the workitem locally and not on a server.

Parameter

item:IWorkItem — The WorkItem to be added.

addWorkItemAndSave

()Methode 
public function addWorkItemAndSave(workItem:IWorkItem):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation adds a workitem to the current project and updates the changes on the server. If operation is successful, it refreshes the current object with a new value object returned from the server.

Parameter

workItem:IWorkItem — A WorkItem to be added.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the added workitem.

fetchCompleteProject

()Methode 
public function fetchCompleteProject():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation fetches a complete project from a server. Value object property of the current project is updated with that of the fetched project. This operation can be used to synchronise data on a client from a server.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the project, including the child projects.

getMemberTitle

()Methode 
public function getMemberTitle(member:IMember):String

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method gets the title of a member, if any title is assigned to a user.

Parameter

member:IMember — An instance of the member whose title is required.

Rückgabewerte
String — The title of the member.

hasChildren

()Methode 
public function hasChildren():Boolean

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

A Boolean function to determine if the item has displayable children.

Rückgabewerte
Boolean — It returns a True value if there are displayable children.

remove

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

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation removes itself from its parent project and updates the change on the server.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the removed project.

removeDocumentAndSave

()Methode 
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation removes a document from the collection and submits the change on the server.

Parameter

doc:ISupportingDocument — The document to be removed from document collection.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

removeMemberAndSave

()Methode 
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation removes a member from the collection and submits the change to the server.

Parameter

member:IMember — The member to be removed from member collection.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.

removeMemberAt

()Methode 
public function removeMemberAt(index:int):com.adobe.solutions.prm.domain:ITeamMember

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method removes a team member, at the specified index, from a collection of members. It removes a team member locally and not from a server.

Parameter

index:int — Index of the member to be removed.

Rückgabewerte
com.adobe.solutions.prm.domain:ITeamMember — It returns a reference to the removed member.

removeProjectAndSave

()Methode 
public function removeProjectAndSave(project:IProject):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation removes a sub-project from the current project and updates the change on the server.

Parameter

project:IProject — A sub-project to be removed.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the removed project.

removeProjectAt

()Methode 
public function removeProjectAt(index:int):IProject

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method removes a project at the specified index from a collection of projects. It removes the project locally and not from a server.

Parameter

index:int — Index of the project to be removed.

Rückgabewerte
IProject — It returns a reference to the removed project.

removeReferenceDocumentAt

()Methode 
public function removeReferenceDocumentAt(index:int):ISupportingDocument

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method removes a reference document, at the specified index, from a collection of referenceDocuments. It removes the reference document locally and not on a server.

Parameter

index:int — Index of the reference document to be removed.

Rückgabewerte
ISupportingDocument — It returns a reference to the removed document.

removeWorkItemAndSave

()Methode 
public function removeWorkItemAndSave(workItem:IWorkItem):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation removes a workitem from the current project and updates the changes on the server.

Parameter

workItem:IWorkItem — A WorkItem to be removed.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the removed workitem.

removeWorkItemAt

()Methode 
public function removeWorkItemAt(index:int):IWorkItem

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This method removes a workitem at a specified index from a collection of workitems. It removes the workitem locally and not from a server.

Parameter

index:int — Index of a workitem to be removed.

Rückgabewerte
IWorkItem — It returns a reference to the removed workitem.

save

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

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation saves the current state of a project on a server. If the current state is successfully saved, the operation also refreshes the current object with the new value object returned from the server.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the saved project.

terminate

()Methode 
public function terminate():mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation terminates the current project. If operation is successful, it refreshes the current object with a new value object returned by the server.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the terminated project.

updateTitleAndSave

()Methode 
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken

Sprachversion: ActionScript 3.0
Produktversion: Baustein „Project Management“ 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This remote operation updates the tile of a member present in collection and submits the change to the server.

Parameter

member:IMember — The member to be removed from member collection.
 
title:String — The title of the member.

Rückgabewerte
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.




[ 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.