適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.solutions.prm.vo 

WorkItemVO  - AS3 Project Management

套件com.adobe.solutions.prm.vo
類別public class WorkItemVO
繼承WorkItemVO Inheritance ExtendableTaggedEntityVO Inheritance BaseEntityVO Inheritance Object
實作 IManaged

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

A workItem describes a unit of work within a project. Work items can have a work flow associated with it. A template can be any document or a XML file, that describes this associated work flow. The two ways to pass a template are, either by name using templateName, or using a template instance. Use an instance, if a template definition has modifications to it. Use the templateName, if there is no change in the template definition. If a template has modifications to it, then it is first stored and then used. Template is stored using a uniquely generated template ID, referred to as templateGeneratedName.



公用屬性
 屬性定義自
  asset : AssetVO
Defines the asset of WorkItem.
WorkItemVO
 Inheritedattributes : Object
Defines the map of key value pair attributes.
ExtendableTaggedEntityVO
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
 InheritedcreatedBy : String
Principal name for a user who created an entity.
BaseEntityVO
 InheritedcreationDate : Date
Date of creation of an entity.
BaseEntityVO
 Inheriteddescription : String
Description.
BaseEntityVO
  editedTemplate : Boolean
Defines the current value of editedTemplate flag.
WorkItemVO
  endDate : Date
Defines the end date of a workItem.
WorkItemVO
  expectedEndDate : Date
Defines the expected end date for a workItem.
WorkItemVO
 Inheritedid : String
Unique identifier.
BaseEntityVO
  inheritDocsFromParent : Boolean
Defines the current value of inheritDocsFromParent flag.
WorkItemVO
  instanceId : String
Defines the instance ID of the workflow associated with a workItem.
WorkItemVO
 InheritedlastUpdatedBy : String
Principal name for a user who last updated an entity.
BaseEntityVO
 InheritedlastUpdatedDate : Date
Date when an entity was last updated.
BaseEntityVO
  members : ArrayCollection
Defines a list of members of the project.
WorkItemVO
  name : String
Defines the name of the workItem, workItem name is a mandatory attribute should not be null.
WorkItemVO
  owner : String
Defines the owner of a workItem.
WorkItemVO
  parentProject : ProjectVO
Defines the immediate parent of a workItem in the project hierarchy.
WorkItemVO
  referenceDocuments : IList
Defines the reference documents associated with a workItem.
WorkItemVO
  reviewContextList : IList
Defines the list of reviewContext List, If the workitem is has a running instance of review associated with it, then it gives list of review context each corresponding to a different revision of review.
WorkItemVO
  reviewTemplate : com.adobe.solutions.rca.vo:ReviewTemplateVO
Defines the reivewTemplate.
WorkItemVO
  rootProject : ProjectVO
Defines the root project.
WorkItemVO
  startDate : Date
Defines start date of a workItem.
WorkItemVO
  state : String
Defines the state of a WorkItem.
WorkItemVO
  status : String
Defines the status of a WorkItem.
WorkItemVO
  statusReasonCode : String
Defines the status reason code.
WorkItemVO
 Inheritedtags : IList
Defines the list of tags that can be associated with an entity.
ExtendableTaggedEntityVO
  templateName : String
Defines the workItem template name.
WorkItemVO
  type : String
Defines the type of workItem.
WorkItemVO
  workflowDisposition : String
Stores additional status information about the status of workflow associated with a workItem.
WorkItemVO
保護屬性
 屬性定義自
 Inherited_attributes : Object
Map of key value pair attributes.
ExtendableTaggedEntityVO
 Inherited_createdBy : String
Principal name for a user who created an entity.
BaseEntityVO
 Inherited_creationDate : Date
Creation date for an entity.
BaseEntityVO
 Inherited_description : String
Description of an entity.
BaseEntityVO
 Inherited_id : String
Unique identifier.
BaseEntityVO
 Inherited_lastUpdatedBy : String
Principal name for a user who last updated an entity.
BaseEntityVO
 Inherited_lastUpdatedDate : Date
Date when an entity was last updated.
BaseEntityVO
 Inherited_tags : ArrayCollection
List of tags that can be associated with an entity.
ExtendableTaggedEntityVO
公用方法
 方法定義自
  
The constructor for WorkItemVO class.
WorkItemVO
 Inherited
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
 Inherited
Dispatches an event into the event flow.
BaseEntityVO
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
BaseEntityVO
 Inherited
指出物件是否有已定義的指定屬性。
Object
 Inherited
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BaseEntityVO
 Inherited
為迴圈作業設定動態屬性的可用性。
Object
 Inherited
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
會傳回指定之物件的字串形式。
Object
 Inherited
會傳回指定之物件的基本值。
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BaseEntityVO
屬性詳細資訊

asset

屬性
asset:AssetVO

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the asset of WorkItem.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get asset():AssetVO
    public function set asset(value:AssetVO):void

editedTemplate

屬性 
editedTemplate:Boolean

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the current value of editedTemplate flag. If this Boolean flag is set to True, a template has been locally modified for this work item.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get editedTemplate():Boolean
    public function set editedTemplate(value:Boolean):void

endDate

屬性 
endDate:Date

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the end date of a workItem. As the end date is a calculated field, client should never call the setter.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get endDate():Date
    public function set endDate(value:Date):void

expectedEndDate

屬性 
expectedEndDate:Date

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get expectedEndDate():Date
    public function set expectedEndDate(value:Date):void

inheritDocsFromParent

屬性 
inheritDocsFromParent:Boolean

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get inheritDocsFromParent():Boolean
    public function set inheritDocsFromParent(value:Boolean):void

instanceId

屬性 
instanceId:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the instance ID of the workflow associated with a workItem. Instance ID uniquely identifies an ongoing workflow instance.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get instanceId():String
    public function set instanceId(value:String):void

members

屬性 
members:ArrayCollection

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines a list of members of the project. Replaces any existing list of members. Team members get a notification of various events during a workItem life cycle.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get members():ArrayCollection
    public function set members(value:ArrayCollection):void

name

屬性 
name:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get name():String
    public function set name(value:String):void

owner

屬性 
owner:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the owner of a workItem. Owner information is stored as Principal Name of the user.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get owner():String
    public function set owner(value:String):void

parentProject

屬性 
parentProject:ProjectVO

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the immediate parent of a workItem in the project hierarchy. Since a project can have only one immediate parent, only a single instance of project is returned. Please note that for the first level children in a project hierarchy, parent project or root project have the same value. Parent project value is null for a root project itself.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get parentProject():ProjectVO
    public function set parentProject(value:ProjectVO):void

referenceDocuments

屬性 
referenceDocuments:IList

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the reference documents associated with a workItem.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get referenceDocuments():IList
    public function set referenceDocuments(value:IList):void

reviewContextList

屬性 
reviewContextList:IList

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the list of reviewContext List, If the workitem is has a running instance of review associated with it, then it gives list of review context each corresponding to a different revision of review.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get reviewContextList():IList
    public function set reviewContextList(value:IList):void

相關 API 元素

reviewTemplate

屬性 
reviewTemplate:com.adobe.solutions.rca.vo:ReviewTemplateVO

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the reivewTemplate. It keeps the edited value or the populated value of a review template, based on templateName.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get reviewTemplate():com.adobe.solutions.rca.vo:ReviewTemplateVO
    public function set reviewTemplate(value:com.adobe.solutions.rca.vo:ReviewTemplateVO):void

相關 API 元素

rootProject

屬性 
rootProject:ProjectVO

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

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

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get rootProject():ProjectVO
    public function set rootProject(value:ProjectVO):void

startDate

屬性 
startDate:Date

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines start date of a workItem. If start date is set in future, then workItem is scheduled to start on the future date. If start date is in past or current date, then such a workItem starts, as soon as the workItem is activated. If the start date of a workItem is null, then the start date is inherited from the parent project.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get startDate():Date
    public function set startDate(value:Date):void

state

屬性 
state:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the state of a WorkItem.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get state():String
    public function set state(value:String):void

status

屬性 
status:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the status of a WorkItem.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get status():String
    public function set status(value:String):void

statusReasonCode

屬性 
statusReasonCode:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the status reason code. Reason codes provide more information about the status and provide reason for specific status being set. In the default implementation, it has only two status, red and green

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get statusReasonCode():String
    public function set statusReasonCode(value:String):void

相關 API 元素

Red status indicates that an action is required or an error has occured. Green indicates desirable progress.
com.adobe.solutions.prm.constant.StatusReasonCode

templateName

屬性 
templateName:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the workItem template name. Every workItem is associated with a RCA template. If a template is not directly assigned to a workItem, then a template is inherited from a parent project in the hierarchy, going from bottom to top. You need to specify only the template name, since it is unique. Ensure that the template exists before it is used.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get templateName():String
    public function set templateName(value:String):void

type

屬性 
type:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Defines the type of workItem. This attribute is not used in the current implementation, but the provided value is stored and associated with the workItem. A custom implementation can use the type, if required.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get type():String
    public function set type(value:String):void

workflowDisposition

屬性 
workflowDisposition:String

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

Stores additional status information about the status of workflow associated with a workItem. It is not used in the current implementation. It is reserved for future use.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get workflowDisposition():String
    public function set workflowDisposition(value:String):void
建構函式詳細資料

WorkItemVO

()建構函式
public function WorkItemVO()

語言版本: ActionScript 3.0
產品版本: Project Management Building Block 10.0
執行階段版本: Flash Player 10.2, AIR (unsupported)

The constructor for WorkItemVO class.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。