Package com.dassault_systemes.CESWorkflowInterface |
|
Interface ICESWorkflowStatus
|
com.dassault_systemes.CESWorkflowInterface.ICESWorkflowStatus
Framework : ENOJCESInterfaces
Module : CESWorkflowInterfaces
public interface ICESWorkflowStatus
This interface allows the user to user to update Workflow Approval Status to CES after the workflow process has been completed.
When a user submits a request to promote a PLM item into CES,it is possible for the user to make the
promotion request go through an approval process. This is possible by plugging in an external workflow process
into CES. Once the approval process is complete, it is required to update the approval status in CES. This interface enables
the user to do the same.
Usage
User will be able to update the workflow approval status in CES by implementing this interface. This interface provides
methods to update the status of both single and multiple items in CES.
updateStatus
void updateStatus(ICESItemSet iItemset, String iStatus)
updateStatus: This method updates the workflow approval status in CES.
- Parameters:
iItemset
- It contains the internal item attributes of all the items that are promoted to CES.
iStatus
- Approval Status after workflow has been completed.
updateStatus
void updateStatus(ICESItem[] iItem, String iStatus)
updateStatus: This method updates the workflow approval status in CES.
- Parameters:
iItemset
- It contains the internal item attributes of all the items that are promoted to CES.
iStatus
- Approval Status after workflow has been completed.
updateStatus
void updateStatus(ICESItem iItem, String iStatus)
updateStatus: This method updates the workflow approval status in CES.
- Parameters:
iItem
- It contains the internal item attributes of the item promoted to CES.
iStatus
- Approval Status after workflow has been completed.
Copyright © 2000, Dassault Systèmes. All rights reserved