Class WorkItemAllocationChangeOperationInfo
- java.lang.Object
-
- com.evolveum.midpoint.cases.api.events.WorkItemOperationInfo
-
- com.evolveum.midpoint.cases.api.events.WorkItemAllocationChangeOperationInfo
-
public class WorkItemAllocationChangeOperationInfo extends WorkItemOperationInfo
Primarily used to simplify passing parameters toCaseEventCreationListener
.
-
-
Constructor Summary
Constructors Constructor Description WorkItemAllocationChangeOperationInfo(WorkItemOperationKindType operationKind, @NotNull List<ObjectReferenceType> currentActors, @Nullable List<ObjectReferenceType> newActors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<ObjectReferenceType>
getCurrentActors()
@Nullable List<ObjectReferenceType>
getNewActors()
-
Methods inherited from class com.evolveum.midpoint.cases.api.events.WorkItemOperationInfo
getOperationKind
-
-
-
-
Constructor Detail
-
WorkItemAllocationChangeOperationInfo
public WorkItemAllocationChangeOperationInfo(WorkItemOperationKindType operationKind, @NotNull @NotNull List<ObjectReferenceType> currentActors, @Nullable @Nullable List<ObjectReferenceType> newActors)
-
-
Method Detail
-
getCurrentActors
@NotNull public @NotNull List<ObjectReferenceType> getCurrentActors()
-
getNewActors
@Nullable public @Nullable List<ObjectReferenceType> getNewActors()
-
-