Uses of Interface
com.evolveum.midpoint.cases.api.events.CaseEventCreationListener
-
Packages that use CaseEventCreationListener Package Description com.evolveum.midpoint.cases.api com.evolveum.midpoint.cases.api.events -
-
Uses of CaseEventCreationListener in com.evolveum.midpoint.cases.api
Methods in com.evolveum.midpoint.cases.api with parameters of type CaseEventCreationListener Modifier and Type Method Description void
CaseManager. registerCaseEventCreationListener(@NotNull CaseEventCreationListener listener)
-
Uses of CaseEventCreationListener in com.evolveum.midpoint.cases.api.events
Methods in com.evolveum.midpoint.cases.api.events with parameters of type CaseEventCreationListener Modifier and Type Method Description void
FutureNotificationEvent.AllocationChangeCurrent. send(CaseEventCreationListener listener, Task task, OperationResult result)
void
FutureNotificationEvent.AllocationChangeNew. send(CaseEventCreationListener listener, Task task, OperationResult result)
void
FutureNotificationEvent.CaseClosing. send(CaseEventCreationListener listener, Task task, OperationResult result)
void
FutureNotificationEvent.CaseOpening. send(CaseEventCreationListener listener, Task task, OperationResult result)
void
FutureNotificationEvent.ItemClosing. send(CaseEventCreationListener listener, Task task, OperationResult result)
void
FutureNotificationEvent.ItemCreation. send(CaseEventCreationListener listener, Task task, OperationResult result)
abstract void
FutureNotificationEvent. send(CaseEventCreationListener listener, Task task, OperationResult result)
-