Class FutureNotificationEvent.ItemCreation
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.ItemCreation
- All Implemented Interfaces:
DebugDumpable
- Enclosing class:
- FutureNotificationEvent
public static class FutureNotificationEvent.ItemCreation
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
FieldsFields inherited from class com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
aCaseFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionItemCreation(CaseType aCase, CaseWorkItemType workItem, WorkItemOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, ObjectReferenceType assignee) -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(CaseEventCreationListener listener, Task task, OperationResult result) Methods inherited from class com.evolveum.midpoint.cases.api.events.FutureNotificationEvent
debugDumpMethods 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
-
assignee
-
-
Constructor Details
-
ItemCreation
public ItemCreation(CaseType aCase, CaseWorkItemType workItem, WorkItemOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, ObjectReferenceType assignee)
-
-
Method Details
-
send
- Specified by:
sendin classFutureNotificationEvent
-