Class DelegateWorkItemsRequest
- java.lang.Object
 - 
- com.evolveum.midpoint.wf.api.request.Request
 - 
- com.evolveum.midpoint.wf.api.request.DelegateWorkItemsRequest
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DelegateWorkItemsRequest extends Request
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDelegateWorkItemsRequest.SingleDelegation 
- 
Field Summary
- 
Fields inherited from class com.evolveum.midpoint.wf.api.request.Request
caseOid, causeInformation 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DelegateWorkItemsRequest(@NotNull String caseOid, WorkItemEventCauseInformationType causeInformation, @Nullable XMLGregorianCalendar now) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Collection<DelegateWorkItemsRequest.SingleDelegation>getDelegations()@Nullable XMLGregorianCalendargetNow()StringtoString()- 
Methods inherited from class com.evolveum.midpoint.wf.api.request.Request
getCaseOid, getCauseInformation 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DelegateWorkItemsRequest
public DelegateWorkItemsRequest(@NotNull @NotNull String caseOid, WorkItemEventCauseInformationType causeInformation, @Nullable @Nullable XMLGregorianCalendar now) 
 - 
 
- 
Method Detail
- 
getDelegations
@NotNull public @NotNull Collection<DelegateWorkItemsRequest.SingleDelegation> getDelegations()
 
- 
getNow
@Nullable public @Nullable XMLGregorianCalendar getNow()
 
 - 
 
 -