Uses of Class
com.evolveum.midpoint.cases.api.events.WorkItemOperationInfo
Packages that use WorkItemOperationInfo
-
Uses of WorkItemOperationInfo in com.evolveum.midpoint.cases.api.events
Classes in com.evolveum.midpoint.cases.api.events with type parameters of type WorkItemOperationInfoModifier and TypeClassDescriptionstatic classSubclasses of WorkItemOperationInfo in com.evolveum.midpoint.cases.api.eventsModifier and TypeClassDescriptionclassPrimarily used to simplify passing parameters toCaseEventCreationListener.Methods in com.evolveum.midpoint.cases.api.events with parameters of type WorkItemOperationInfoModifier and TypeMethodDescriptionvoidCaseEventCreationListener.onWorkItemClosing(ObjectReferenceType assignee, @NotNull CaseWorkItemType workItem, @Nullable WorkItemOperationInfo operationInfo, @Nullable WorkItemOperationSourceInfo sourceInfo, CaseType aCase, Task task, OperationResult result) This method is called by cases module when a work item is being closed (completed or cancelled).Constructors in com.evolveum.midpoint.cases.api.events with parameters of type WorkItemOperationInfoModifierConstructorDescriptionItemClosing(CaseType aCase, CaseWorkItemType workItem, WorkItemOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, ObjectReferenceType assignee) ItemCreation(CaseType aCase, CaseWorkItemType workItem, WorkItemOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, ObjectReferenceType assignee)