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 SummaryConstructors Constructor Description SingleDelegation(long workItemId, @NotNull WorkItemDelegationRequestType delegationRequest, WorkItemEscalationLevelType targetEscalationInfo, Duration newDuration)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()@NotNull List<ObjectReferenceType>getDelegates()@NotNull WorkItemDelegationMethodTypegetMethod()DurationgetNewDuration()WorkItemEscalationLevelTypegetTargetEscalationInfo()longgetWorkItemId()StringtoString()
 
- 
- 
- 
Constructor Detail- 
SingleDelegationpublic SingleDelegation(long workItemId, @NotNull @NotNull WorkItemDelegationRequestType delegationRequest, WorkItemEscalationLevelType targetEscalationInfo, Duration newDuration)
 
- 
 - 
Method Detail- 
getWorkItemIdpublic long getWorkItemId() 
 - 
getDelegates@NotNull public @NotNull List<ObjectReferenceType> getDelegates() 
 - 
getMethod@NotNull public @NotNull WorkItemDelegationMethodType getMethod() 
 - 
getCommentpublic String getComment() 
 - 
getTargetEscalationInfopublic WorkItemEscalationLevelType getTargetEscalationInfo() 
 - 
getNewDurationpublic Duration getNewDuration() 
 
- 
 
-