| 패키지 | com.adobe.solutions.prm.vo |
| 클래스 | public class WorkItemVO |
| 상속 | WorkItemVO ExtendableTaggedEntityVO BaseEntityVO Object |
| 구현 | IManaged |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Project Management Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
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 | ||
![]() | attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | |
![]() | constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | |
![]() | createdBy : String
Principal name for a user who created an entity. | BaseEntityVO | |
![]() | creationDate : Date
Date of creation of an entity. | BaseEntityVO | |
![]() | description : 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 | ||
![]() | id : 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 | ||
![]() | lastUpdatedBy : String
Principal name for a user who last updated an entity. | BaseEntityVO | |
![]() | lastUpdatedDate : 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 | ||
![]() | tags : 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 | ||
| 메서드 | 정의 주체 | ||
|---|---|---|---|
The constructor for WorkItemVO class. | WorkItemVO | ||
![]() | 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 | |
![]() |
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | |
![]() |
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | |
![]() |
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | BaseEntityVO | |
![]() |
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | |
![]() |
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
지정된 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
지정된 객체의 프리미티브 값을 반환합니다. | Object | |
![]() |
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):voideditedTemplate | 속성 |
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):voidendDate | 속성 |
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):voidexpectedEndDate | 속성 |
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):voidinheritDocsFromParent | 속성 |
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):voidinstanceId | 속성 |
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):voidmembers | 속성 |
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):voidname | 속성 |
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):voidowner | 속성 |
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):voidparentProject | 속성 |
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):voidreferenceDocuments | 속성 |
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):voidreviewContextList | 속성 |
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):voidstartDate | 속성 |
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):voidstate | 속성 |
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):voidstatus | 속성 |
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):voidstatusReasonCode | 속성 |
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 요소
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):voidtype | 속성 |
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):voidworkflowDisposition | 속성 |
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):voidWorkItemVO | () | 생성자 |
public function WorkItemVO()| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Project Management Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The constructor for WorkItemVO class.
Tue Jun 12 2018, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시