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, @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.wf.api.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()
 
 - 
 
 -