Class FutureNotificationEvent
java.lang.Object
com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
- All Implemented Interfaces:
DebugDumpable
- Direct Known Subclasses:
FutureNotificationEvent.CaseClosing
,FutureNotificationEvent.CaseOpening
,FutureNotificationEvent.WorkItem
Object that is able to produce given notification event (with the help of
CaseEventCreationListener
)
when the send(CaseEventCreationListener, Task, OperationResult)
method is called.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) abstract void
send
(CaseEventCreationListener listener, Task task, OperationResult result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Field Details
-
aCase
Live current case object.
-
-
Method Details
-
send
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-