| Paket | com.adobe.solutions.prm.vo |
| Sınıf | public class ProjectVO |
| Miras Alma | ProjectVO ExtendableTaggedEntityVO BaseEntityVO Object |
| Uygular | IManaged |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
İlgili API Öğeleri
| Özellik | Tanımlayan: | ||
|---|---|---|---|
![]() | attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | |
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
![]() | createdBy : String
Principal name for a user who created an entity. | BaseEntityVO | |
![]() | creationDate : Date
Date of creation of an entity. | BaseEntityVO | |
| defaultWorkItemTemplateName : String
Defines the default workItem template name. | ProjectVO | ||
![]() | description : String
Description. | BaseEntityVO | |
| 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. | ProjectVO | ||
| endDate : Date
Defines the end date of a project. | ProjectVO | ||
| expectedEndDate : Date
Defines the expected end date of a project. | ProjectVO | ||
| icon : File
Defines the icon used in a project. | ProjectVO | ||
![]() | id : String
Unique identifier. | BaseEntityVO | |
| inheritDocsFromParent : Boolean
Defines the current value of inheritDocsFromParent flag. | ProjectVO | ||
![]() | lastUpdatedBy : String
Principal name for a user who last updated an entity. | BaseEntityVO | |
![]() | lastUpdatedDate : Date
Date when an entity was last updated. | BaseEntityVO | |
| localUsers : IList
Defines a list of local users of the project. | ProjectVO | ||
| members : ArrayCollection
Defines list of members of a project, replacing an existing list of members, if present. | ProjectVO | ||
| messages : IList
Defines the messages to a project. | ProjectVO | ||
| milestones : IList
Defines the list of milestones associated with a project. | ProjectVO | ||
| name : String
Defines the name of a project. | ProjectVO | ||
| owner : String
Defines the owner of a project. | ProjectVO | ||
| parentProject : ProjectVO
Defines the parent project for a project. | ProjectVO | ||
| projects : IList
Defines the list of child projects. | ProjectVO | ||
| referenceDocuments : IList
Defines the reference documents associated with a project. | ProjectVO | ||
| reviewTemplate : com.adobe.solutions.rca.vo:ReviewTemplateVO
Defines the review template to be inherited by children. | ProjectVO | ||
| rootProject : ProjectVO
Defines the root project. | ProjectVO | ||
| startDate : Date
Defines the start date of a project. | ProjectVO | ||
| state : String
Defines the state of a project. | ProjectVO | ||
| status : String
Defines the status of a project. | ProjectVO | ||
| statusReasonCode : String
Defines the status reason code. | ProjectVO | ||
![]() | tags : IList
Defines the list of tags that can be associated with an entity. | ExtendableTaggedEntityVO | |
| type : String
Defines the type of a project. | ProjectVO | ||
| workItems : IList
Defines the list of workItems. | ProjectVO | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
The constructor for ProjectVO class. | ProjectVO | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BaseEntityVO | |
![]() |
Dispatches an event into the event flow. | BaseEntityVO | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | BaseEntityVO | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | BaseEntityVO | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO | |
defaultWorkItemTemplateName | özellik |
defaultWorkItemTemplateName:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get defaultWorkItemTemplateName():String public function set defaultWorkItemTemplateName(value:String):voideditedTemplate | özellik |
editedTemplate:Boolean| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get editedTemplate():Boolean public function set editedTemplate(value:Boolean):voidendDate | özellik |
endDate:Date| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get endDate():Date public function set endDate(value:Date):voidexpectedEndDate | özellik |
expectedEndDate:Date| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get expectedEndDate():Date public function set expectedEndDate(value:Date):voidicon | özellik |
icon:File| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get icon():File public function set icon(value:File):voidinheritDocsFromParent | özellik |
inheritDocsFromParent:Boolean| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get inheritDocsFromParent():Boolean public function set inheritDocsFromParent(value:Boolean):voidlocalUsers | özellik |
localUsers:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get localUsers():IList public function set localUsers(value:IList):voidmembers | özellik |
members:ArrayCollection| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get members():ArrayCollection public function set members(value:ArrayCollection):voidmessages | özellik |
messages:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the messages to a project.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get messages():IList public function set messages(value:IList):voidmilestones | özellik |
milestones:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the list of milestones associated with a project.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get milestones():IList public function set milestones(value:IList):voidname | özellik |
name:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get name():String public function set name(value:String):voidowner | özellik |
owner:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the owner of a project. Owner information is stored as Principal Name of a user.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get owner():String public function set owner(value:String):voidparentProject | özellik |
parentProject:ProjectVO| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get parentProject():ProjectVO public function set parentProject(value:ProjectVO):voidprojects | özellik |
projects:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the list of child projects.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get projects():IList public function set projects(value:IList):voidreferenceDocuments | özellik |
referenceDocuments:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the reference documents associated with a project.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get referenceDocuments():IList public function set referenceDocuments(value:IList):voidreviewTemplate | özellik |
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the review template to be inherited by children.
If a template is edited in context of a project, the reviewTemplate instance is stored locally, along with the project definition.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):voidİlgili API Öğeleri
rootProject | özellik |
rootProject:ProjectVO| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the root project. This method is used internally and should not be used by a user.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get rootProject():ProjectVO public function set rootProject(value:ProjectVO):voidstartDate | özellik |
startDate:Date| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get startDate():Date public function set startDate(value:Date):voidstate | özellik |
state:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get state():String public function set state(value:String):voidİlgili API Öğeleri
status | özellik |
status:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the status of a project.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get status():String public function set status(value:String):voidİlgili API Öğeleri
statusReasonCode | özellik |
statusReasonCode:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get statusReasonCode():String public function set statusReasonCode(value:String):voidİlgili API Öğeleri
com.adobe.solutions.prm.constant.StatusReasonCode
type | özellik |
type:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the type of a project.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get type():String public function set type(value:String):voidİlgili API Öğeleri
workItems | özellik |
workItems:IList| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Defines the list of workItems.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get workItems():IList public function set workItems(value:IList):voidProjectVO | () | Yapıcı |
public function ProjectVO()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Project Management Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProjectVO class.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster