Package de.elo.ix.client.plugin
Interface WorkflowNodeEventsFactory
public interface WorkflowNodeEventsFactory
Factory class used to create WorkflowNodeEvents objects.
- Since:
- 11.00.000.041
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IXServerEventsContext ec, String path) Create an implementation for the WorkflowNodeEvents interface.
-
Method Details
-
create
Create an implementation for the WorkflowNodeEvents interface.- Parameters:
ec
- Execution context.path
- Optional parameter that can be used to distinguish between events of different workfow templates in the same plugin.- Returns:
- WorkflowNodeEvents object.
- Throws:
byps.RemoteException
-