Interface CaseEventDispatcher
-
public interface CaseEventDispatcherDispatcher for case creation events. It is put on quite low level to be accessible from built-in manual connector. We might consider moving this to another module, e.g. to schema, if needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatchCaseCreationEvent(CaseType aCase, Task task, OperationResult result)voidregisterCaseCreationEventListener(CaseCreationListener listener)voidunregisterCaseCreationEventListener(CaseCreationListener listener)
-
-
-
Method Detail
-
registerCaseCreationEventListener
void registerCaseCreationEventListener(CaseCreationListener listener)
-
unregisterCaseCreationEventListener
void unregisterCaseCreationEventListener(CaseCreationListener listener)
-
dispatchCaseCreationEvent
void dispatchCaseCreationEvent(CaseType aCase, Task task, OperationResult result)
-
-