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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) abstract voidsend(CaseEventCreationListener listener, Task task, OperationResult result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Field Details
-
aCase
Live current case object.
-
-
Method Details
-
send
-
debugDump
- Specified by:
debugDumpin interfaceDebugDumpable
-