Interface CaseEventDispatcher
public interface CaseEventDispatcher
Dispatcher 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
Modifier and TypeMethodDescriptionvoid
dispatchCaseCreationEvent
(CaseType aCase, Task task, OperationResult result) void
void
-
Method Details
-
registerCaseCreationEventListener
-
unregisterCaseCreationEventListener
-
dispatchCaseCreationEvent
-