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 SummaryModifier and TypeMethodDescriptionvoiddispatchCaseCreationEvent(CaseType aCase, Task task, OperationResult result) voidvoid
- 
Method Details- 
registerCaseCreationEventListener
- 
unregisterCaseCreationEventListener
- 
dispatchCaseCreationEvent
 
-