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 String
getComment()
@NotNull List<ObjectReferenceType>
getDelegates()
@NotNull WorkItemDelegationMethodType
getMethod()
Duration
getNewDuration()
WorkItemEscalationLevelType
getTargetEscalationInfo()
long
getWorkItemId()
String
toString()
-
-
-
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()
-
-