Package com.dassault_systemes.CESWorkflowInterface |
|
Interface ICESWorkflowHandler
|
com.dassault_systemes.CESWorkflowInterface.ICESWorkflowHandler
Framework : ENOJCESInterfaces
Module : CESWorkflowInterfaces
public interface ICESWorkflowHandler
This interface allows the user to plug in an external workflow process to CES.
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. This interface enables the user to do the same.
Usage
The user will have to implement this interface and register the implementation in a properties file called
CESWorkflowProperties.properties file in \ENOVSDMWebClient\CNext\resources\sdm.
In the implementation, the user will have to invoke the external workflow process. The user will have access to
item information in the dataset CESItemSetIF iItemset, passed to the method handleNotification(..).
handleNotification
void handleNotification(ICESItemSet iItemset)
handleNotification: This method handles the workflow notification when PLM items are promoted.
- Parameters:
iItemset
- It contains the internal item attributes of all the items that are promoted to CES.
Copyright © 2000, Dassault Systèmes. All rights reserved