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