Uses of Class
com.evolveum.midpoint.cases.api.events.WorkItemAllocationChangeOperationInfo
Packages that use WorkItemAllocationChangeOperationInfo
-
Uses of WorkItemAllocationChangeOperationInfo in com.evolveum.midpoint.cases.api.events
Methods in com.evolveum.midpoint.cases.api.events with parameters of type WorkItemAllocationChangeOperationInfoModifier and TypeMethodDescriptionvoidCaseEventCreationListener.onWorkItemAllocationChangeCurrentActors(@NotNull CaseWorkItemType workItem, @NotNull WorkItemAllocationChangeOperationInfo operationInfo, @Nullable WorkItemOperationSourceInfo sourceInfo, Duration timeBefore, CaseType aCase, Task task, OperationResult result) EXPERIMENTALvoidCaseEventCreationListener.onWorkItemAllocationChangeNewActors(@NotNull CaseWorkItemType workItem, @NotNull WorkItemAllocationChangeOperationInfo operationInfo, @Nullable WorkItemOperationSourceInfo sourceInfo, CaseType aCase, Task task, OperationResult result) Constructors in com.evolveum.midpoint.cases.api.events with parameters of type WorkItemAllocationChangeOperationInfoModifierConstructorDescriptionAllocationChangeCurrent(CaseType aCase, CaseWorkItemType workItem, WorkItemAllocationChangeOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo, Duration timeBefore) AllocationChangeNew(CaseType aCase, CaseWorkItemType workItem, WorkItemAllocationChangeOperationInfo operationInfo, WorkItemOperationSourceInfo sourceInfo)