| Package | com.adobe.solutions.prm.domain | 
| Interface | public interface IWorkItem extends IGanttDataItem , IMemberCollection , IDocumentCollection | 
| Implémenteurs | WorkItem | 
| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Eléments de l’API associés
| Propriété | Défini par | ||
|---|---|---|---|
![]()  | allMemberList : IList [lecture seule]  
	 The property returns a collection of all members.  | IMemberCollection | |
| asset : IAsset  
	 Defines the asset of WorkItem.  | IWorkItem | ||
| attributes : Object  
	 Defines the map of key value pair attributes.  | IWorkItem | ||
| context : IReviewContext [lecture seule] 
     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 | ||
![]()  | documents : ArrayCollection [lecture seule]  
	 The property returns a collection of associated documents.  | IDocumentCollection | |
| 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 | ||
![]()  | ganttItems : ArrayCollection [lecture seule]  
	 A collection of the displayable children that are displayed in the Gantt chart if showChildren flag is set to True.  | IGanttDataItem | |
| 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 | ||
![]()  | itemEndDate : Date [lecture seule] 
     End date of the item.  | IGanttDataItem | |
![]()  | itemName : String [lecture seule]  
	 Name of the item.  | IGanttDataItem | |
![]()  | itemStartDate : Date [lecture seule]  
	 Start date of the item.  | IGanttDataItem | |
![]()  | itemState : String [lecture seule]  
	 State of the item.  | IGanttDataItem | |
![]()  | itemStatus : String [lecture seule]  
	 Status of the item.  | IGanttDataItem | |
![]()  | itemType : String [lecture seule]  
	 Type of item.  | IGanttDataItem | |
| lastUpdatedBy : String  
	 Principal name for a user who last updated an entity.  | IWorkItem | ||
| lastUpdatedDate : Date  
	 Date when an entity was last updated.  | IWorkItem | ||
![]()  | memberList : IList [lecture seule]  
	 The property returns a collection of directly associated members.  | IMemberCollection | |
| 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 | ||
![]()  | operationList : ArrayCollection [lecture seule]  
	 A collection of operations that are available to a user through the context menu in the Gantt chart.  | IGanttDataItem | |
| 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 [lecture seule]  
	 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 | ||
![]()  | showChildren : Boolean  
	 A Boolean flag to determine if the children need to be displayed.  | IGanttDataItem | |
![]()  | showParent : Boolean 
     A Boolean flag to determine if the parent needs to be displayed.  | IGanttDataItem | |
| 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 | ||
![]()  | uniqueMemberList : IList [lecture seule]  
	 The property returns a collection of unique members.  | IMemberCollection | |
| 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 | ||
| Méthode | Défini par | ||
|---|---|---|---|
	 This remote operation activates the current workitem.  | IWorkItem | ||
![]()  |  
	 This remote operation adds a document from the collection and submits the change on the server.  | IDocumentCollection | |
![]()  |  
	 This remote operation adds a member to the collection and submits the change to the server.  | IMemberCollection | |
	 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 | ||
![]()  |  
	 A Boolean function to determine if the item has displayable children.  | IGanttDataItem | |
	 This remote operation removes itself from its parent project and updates the change on a server.  | IWorkItem | ||
![]()  |  
	 This remote operation removes a document from the collection and submits the change on the server.  | IDocumentCollection | |
![]()  | 
     This remote operation removes a member from the collection and submits the change to the server.  | IMemberCollection | |
	 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 | ||
![]()  |  
	 This remote operation updates the tile of a member present in collection and submits the change to the server.  | IMemberCollection | |
asset | propriété | 
asset:IAsset| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the asset of WorkItem.
Implémentation
    public function get asset():IAsset    public function set asset(value:IAsset):voidattributes | propriété | 
attributes:Object| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the map of key value pair attributes.
Implémentation
    public function get attributes():Object    public function set attributes(value:Object):voidcontext | propriété | 
context:IReviewContext  [lecture seule] | Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This property returns a reference to the workflow template that will be used by the work item. A local template is returned if attached, else parent template is returned.
Implémentation
    public function get context():IReviewContextcreatedBy | propriété | 
createdBy:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Principal name for a user who created an entity.
Implémentation
    public function get createdBy():String    public function set createdBy(value:String):voidcreationDate | propriété | 
creationDate:Date| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Date of creation of an entity.
Implémentation
    public function get creationDate():Date    public function set creationDate(value:Date):voiddescription | propriété | 
description:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Description.
Implémentation
    public function get description():String    public function set description(value:String):voideditedTemplate | propriété | 
editedTemplate:Boolean| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
	 
Implémentation
    public function get editedTemplate():Boolean    public function set editedTemplate(value:Boolean):voidendDate | propriété | 
endDate:Date| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
Implémentation
    public function get endDate():Date    public function set endDate(value:Date):voidexpectedEndDate | propriété | 
expectedEndDate:Date| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
	 
Implémentation
    public function get expectedEndDate():Date    public function set expectedEndDate(value:Date):voidid | propriété | 
inheritDocsFromParent | propriété | 
inheritDocsFromParent:Boolean| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
	 
Implémentation
    public function get inheritDocsFromParent():Boolean    public function set inheritDocsFromParent(value:Boolean):voidinstanceId | propriété | 
instanceId:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
Implémentation
    public function get instanceId():String    public function set instanceId(value:String):voidlastUpdatedBy | propriété | 
lastUpdatedBy:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Principal name for a user who last updated an entity.
Implémentation
    public function get lastUpdatedBy():String    public function set lastUpdatedBy(value:String):voidlastUpdatedDate | propriété | 
lastUpdatedDate:Date| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Date when an entity was last updated.
Implémentation
    public function get lastUpdatedDate():Date    public function set lastUpdatedDate(value:Date):voidmembers | propriété | 
members:IList| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
Implémentation
    public function get members():IList    public function set members(value:IList):voidname | propriété | 
name:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
	 
Implémentation
    public function get name():String    public function set name(value:String):voidowner | propriété | 
owner:IUser| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the owner of a workItem. Owner information is based on the Principal Name of the user present in WorkItemVO.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement  ownerUpdated .
Implémentation
    public function get owner():IUser    public function set owner(value:IUser):voidparentProject | propriété | 
parentProject:IProject| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
	 
Implémentation
    public function get parentProject():IProject    public function set parentProject(value:IProject):voidreferenceDocuments | propriété | 
referenceDocuments:IList| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the reference documents associated with a workItem.
Implémentation
    public function get referenceDocuments():IList    public function set referenceDocuments(value:IList):voidreviewContextList | propriété | 
reviewContextList:IList  [lecture seule] | Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
     
Implémentation
    public function get reviewContextList():IListEléments de l’API associés
reviewTemplate | propriété | 
reviewTemplate:com.adobe.solutions.rca.domain:IReviewTemplate| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
     
Implémentation
    public function get reviewTemplate():com.adobe.solutions.rca.domain:IReviewTemplate    public function set reviewTemplate(value:com.adobe.solutions.rca.domain:IReviewTemplate):voidEléments de l’API associés
rootProject | propriété | 
rootProject:IProject| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the root project. This method is used internally and should not be used by a client.
Implémentation
    public function get rootProject():IProject    public function set rootProject(value:IProject):voidstartDate | propriété | 
startDate:Date| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
	 
	 
Implémentation
    public function get startDate():Date    public function set startDate(value:Date):voidstate | propriété | 
state:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the state of a WorkItem.
Implémentation
    public function get state():String    public function set state(value:String):voidstatus | propriété | 
status:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the status of a WorkItem.
Implémentation
    public function get status():String    public function set status(value:String):voidstatusReasonCode | propriété | 
statusReasonCode:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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
Implémentation
    public function get statusReasonCode():String    public function set statusReasonCode(value:String):voidEléments de l’API associés
tags | propriété | 
tags:IList| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
Defines the list of tags that can be associated with an entity.
Implémentation
    public function get tags():IList    public function set tags(value:IList):voidtemplateName | propriété | 
templateName:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
Implémentation
    public function get templateName():String    public function set templateName(value:String):voidtype | propriété | 
type:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
Implémentation
    public function get type():String    public function set type(value:String):voidvo | propriété | 
vo:WorkItemVO| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This property refers to an instance of a workItem value object.
Implémentation
    public function get vo():WorkItemVO    public function set vo(value:WorkItemVO):voidEléments de l’API associés
workflowDisposition | propriété | 
workflowDisposition:String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | 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.
Implémentation
    public function get workflowDisposition():String    public function set workflowDisposition(value:String):voidactivate | () | méthode | 
 public function activate():mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This remote operation activates the current workitem.
Valeur renvoyéemx.rpc:AsyncToken — It returns a token on which success fault handlers can be attached. The resulting event contains the value object of the activated workitem.
	 
	  | 
addReferenceDocument | () | méthode | 
 public function addReferenceDocument(doc:ISupportingDocument):void| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
	 This method adds a reference document to the referenceDocuments collection.
     It adds the document locally and not on a server.
     
	 
Paramètres
doc:ISupportingDocument — A reference document to be added.
	 
	  | 
addTeamMember | () | méthode | 
 public function addTeamMember(teamMember:com.adobe.solutions.prm.domain:ITeamMember):void| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This method adds a team member to the collection of the members. It adds the team member locally and not on a server.
Paramètres
teamMember:com.adobe.solutions.prm.domain:ITeamMember — Team Member to be added.
	 
	  | 
getMemberTitle | () | méthode | 
 public function getMemberTitle(member:IMember):String| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This method returns the title of the member, if any title is assigned to the user.
Paramètres
member:IMember — Member instance whose title is required.
	 
	  | 
String — It returns the title of the member.
	 
	  | 
Eléments de l’API associés
remove | () | méthode | 
 public function remove():mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This remote operation removes itself from its parent project and updates the change on a server.
Valeur renvoyéemx.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.
     
	  | 
removeMemberAt | () | méthode | 
 public function removeMemberAt(index:int):com.adobe.solutions.prm.domain:ITeamMember| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This method removes a team member, at the specified index, from the collections of the members. It removes a team member locally and not on a server.
Paramètres
index:int — Index of the member to be removed.
	  | 
com.adobe.solutions.prm.domain:ITeamMember — It returns a reference to the removed member.
	 
	  | 
removeReferenceDocumentAt | () | méthode | 
 public function removeReferenceDocumentAt(index:int):ISupportingDocument| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
	 This method removes a reference document, at the specified index, from the referenceDocuments collection.
     It removes the document locally and not on a server.
     
	 
Paramètres
index:int — Index of the document to be removed.
	  | 
ISupportingDocument — It returns a reference to the removed document.
	 
	  | 
restartSchedule | () | méthode | 
 public function restartSchedule(file:File, stageNumber:int):mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This remote operation restarts the workflow attached to a workitem. While restarting a new file can be provided, to be used in the restarted workflow. User has the option of restarting a schedule from a specific stage.
Paramètres
file:File — New asset to be used in the restarted workflow.
	  | |
stageNumber:int — Stage number from which the schedule should restarted.
	  | 
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
	 
	  | 
save | () | méthode | 
 public function save():mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This remote operation saves the current state of a workitem on a server. If save is successful, it refreshes the current object with the new value object returned from the server.
Valeur renvoyéemx.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 workitem.
	 
	  | 
terminate | () | méthode | 
 public function terminate():mx.rpc:AsyncToken| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Bloc de création Project Management 10.0 | 
| Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) | 
This remote operation terminates the current workitem. If the operation is successful, it refreshes current object with the new value object returned from a server.
Valeur renvoyéemx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains the value object of the terminated workitem.
	 
	  | 
Tue Jun 12 2018, 09:30 AM Z
 Masquer les propriétés publiques héritées
 Afficher les propriétés publiques héritées