Class WorkItemAllocationChangeOperationInfo
java.lang.Object
com.evolveum.midpoint.cases.api.events.WorkItemOperationInfo
com.evolveum.midpoint.cases.api.events.WorkItemAllocationChangeOperationInfo
Primarily used to simplify passing parameters to
CaseEventCreationListener
.-
Constructor Summary
ConstructorDescriptionWorkItemAllocationChangeOperationInfo
(WorkItemOperationKindType operationKind, @NotNull List<ObjectReferenceType> currentActors, @Nullable List<ObjectReferenceType> newActors) -
Method Summary
Modifier and TypeMethodDescription@NotNull List<ObjectReferenceType>
@Nullable List<ObjectReferenceType>
Methods inherited from class com.evolveum.midpoint.cases.api.events.WorkItemOperationInfo
getOperationKind
-
Constructor Details
-
WorkItemAllocationChangeOperationInfo
public WorkItemAllocationChangeOperationInfo(WorkItemOperationKindType operationKind, @NotNull @NotNull List<ObjectReferenceType> currentActors, @Nullable @Nullable List<ObjectReferenceType> newActors)
-
-
Method Details
-
getCurrentActors
-
getNewActors
-