ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
Flex 4.6 and earlier, Flash Pro CS6 and earlier
Hide Filters
com.adobe.solutions.prm.domain 

IWorkItem  - AS3 Project Management

Packagecom.adobe.solutions.prm.domain
Interfacepublic interface IWorkItem extends IGanttDataItem , IMemberCollection , IDocumentCollection
Implementors WorkItem

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

An interface for defining a WorkItem domain object. A WorkItem describes an unit of work within a project. A WorkItem can have a workflow associated with it.

Related API Elements



Public Properties
 PropertyDefined By
  asset : IAsset
Defines the asset of WorkItem.
IWorkItem
  attributes : Object
Defines the map of key value pair attributes.
IWorkItem
  context : IReviewContext
[read-only] This property returns a reference to the workflow template that will be used by the work item.
IWorkItem
  createdBy : String
Principal name for a user who created an entity.
IWorkItem
  creationDate : Date
Date of creation of an entity.
IWorkItem
  description : String
Description.
IWorkItem
  editedTemplate : Boolean
Defines the current value of editedTemplate flag.
IWorkItem
  endDate : Date
Defines the end date of a workItem.
IWorkItem
  expectedEndDate : Date
Defines the expected end date for a workItem.
IWorkItem
  id : String
Unique identifier.
IWorkItem
  inheritDocsFromParent : Boolean
Defines the current value of inheritDocsFromParent flag.
IWorkItem
  instanceId : String
Defines the instance ID of the workflow associated with a workItem.
IWorkItem
  lastUpdatedBy : String
Principal name for a user who last updated an entity.
IWorkItem
  lastUpdatedDate : Date
Date when an entity was last updated.
IWorkItem
  members : IList
Defines a list of members of the project.
IWorkItem
  name : String
Defines the name of the workItem, workItem name is a mandatory attribute should not be null.
IWorkItem
  owner : IUser
Defines the owner of a workItem.
IWorkItem
  parentProject : IProject
Defines the immediate parent of a workItem in the project hierarchy.
IWorkItem
  referenceDocuments : IList
Defines the reference documents associated with a workItem.
IWorkItem
  reviewContextList : IList
[read-only] 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.
IWorkItem
  reviewTemplate : com.adobe.solutions.rca.domain:IReviewTemplate
Defines the reivewTemplate.
IWorkItem
  rootProject : IProject
Defines the root project.
IWorkItem
  startDate : Date
Defines start date of a workItem.
IWorkItem
  state : String
Defines the state of a WorkItem.
IWorkItem
  status : String
Defines the status of a WorkItem.
IWorkItem
  statusReasonCode : String
Defines the status reason code.
IWorkItem
  tags : IList
Defines the list of tags that can be associated with an entity.
IWorkItem
  templateName : String
Defines the workItem template name.
IWorkItem
  type : String
Defines the type of workItem.
IWorkItem
  vo : WorkItemVO
This property refers to an instance of a workItem value object.
IWorkItem
  workflowDisposition : String
Stores additional status information about the status of workflow associated with a workItem.
IWorkItem
Public Methods
 MethodDefined By
  
This remote operation activates the current workitem.
IWorkItem
  
This method adds a reference document to the referenceDocuments collection.
IWorkItem
  
This method adds a team member to the collection of the members.
IWorkItem
  
This method returns the title of the member, if any title is assigned to the user.
IWorkItem
  
This remote operation removes itself from its parent project and updates the change on a server.
IWorkItem
  
This method removes a team member, at the specified index, from the collections of the members.
IWorkItem
  
This method removes a reference document, at the specified index, from the referenceDocuments collection.
IWorkItem
  
This remote operation restarts the workflow attached to a workitem.
IWorkItem
  
This remote operation saves the current state of a workitem on a server.
IWorkItem
  
This remote operation terminates the current workitem.
IWorkItem
Property Detail
Method Detail