Class DelegateWorkItemsRequest.SingleDelegation
- java.lang.Object
 - 
- com.evolveum.midpoint.wf.api.request.DelegateWorkItemsRequest.SingleDelegation
 
 
- 
- Enclosing class:
 - DelegateWorkItemsRequest
 
public static class DelegateWorkItemsRequest.SingleDelegation extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description SingleDelegation(long workItemId, @NotNull WorkItemDelegationRequestType delegationRequest, WorkItemEscalationLevelType targetEscalationInfo, Duration newDuration) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()@NotNull List<ObjectReferenceType>getDelegates()@NotNull WorkItemDelegationMethodTypegetMethod()DurationgetNewDuration()WorkItemEscalationLevelTypegetTargetEscalationInfo()longgetWorkItemId()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
SingleDelegation
public SingleDelegation(long workItemId, @NotNull @NotNull WorkItemDelegationRequestType delegationRequest, WorkItemEscalationLevelType targetEscalationInfo, Duration newDuration) 
 - 
 
- 
Method Detail
- 
getWorkItemId
public long getWorkItemId()
 
- 
getDelegates
@NotNull public @NotNull List<ObjectReferenceType> getDelegates()
 
- 
getMethod
@NotNull public @NotNull WorkItemDelegationMethodType getMethod()
 
- 
getComment
public String getComment()
 
- 
getTargetEscalationInfo
public WorkItemEscalationLevelType getTargetEscalationInfo()
 
- 
getNewDuration
public Duration getNewDuration()
 
 - 
 
 -