Class FutureNotificationEvent.ItemClosing
- java.lang.Object
-
- com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
-
- com.evolveum.midpoint.cases.api.events.FutureNotificationEvent.WorkItem<WorkItemOperationInfo>
-
- com.evolveum.midpoint.cases.api.events.FutureNotificationEvent.ItemClosing
-
- All Implemented Interfaces:
DebugDumpable
- Enclosing class:
- FutureNotificationEvent
public static class FutureNotificationEvent.ItemClosing extends FutureNotificationEvent.WorkItem<WorkItemOperationInfo>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
FutureNotificationEvent.AllocationChangeCurrent, FutureNotificationEvent.AllocationChangeNew, FutureNotificationEvent.CaseClosing, FutureNotificationEvent.CaseOpening, FutureNotificationEvent.ItemClosing, FutureNotificationEvent.ItemCreation, FutureNotificationEvent.WorkItem<OI extends WorkItemOperationInfo>
-
-
Field Summary
Fields Modifier and Type Field Description ObjectReferenceType
assignee
-
Fields inherited from class com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
aCase
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ItemClosing(CaseType aCase, CaseWorkItemType workItem, WorkItemOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, ObjectReferenceType assignee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(CaseEventCreationListener listener, Task task, OperationResult result)
-
Methods inherited from class com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
debugDump
-
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 Detail
-
assignee
public final ObjectReferenceType assignee
-
-
Constructor Detail
-
ItemClosing
public ItemClosing(CaseType aCase, CaseWorkItemType workItem, WorkItemOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, ObjectReferenceType assignee)
-
-
Method Detail
-
send
public void send(CaseEventCreationListener listener, Task task, OperationResult result)
- Specified by:
send
in classFutureNotificationEvent
-
-