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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic class
- 
Field SummaryFieldsFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptiondebugDump(int indent) abstract voidsend(CaseEventCreationListener listener, Task task, OperationResult result) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Field Details- 
aCaseLive current case object.
 
- 
- 
Method Details- 
send
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
 
-