Class Request
java.lang.Object
com.evolveum.midpoint.cases.api.request.Request
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CancelCaseRequest,- ClaimWorkItemsRequest,- CompleteWorkItemsRequest,- DelegateWorkItemsRequest,- OpenCaseRequest,- ReleaseWorkItemsRequest
Abstract request that is going to be processed by the case engine.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final @NotNull StringEach request is related to a single case.protected final WorkItemEventCauseInformationTypeWhat is the cause of the current request (e.g.
- 
Constructor SummaryConstructorsConstructorDescriptionRequest(@NotNull String caseOid, WorkItemEventCauseInformationType causeInformation) 
- 
Method Summary
- 
Field Details- 
caseOidEach request is related to a single case. This is its OID.
- 
causeInformationWhat is the cause of the current request (e.g. to complete a work item, or to cancel the whole case)?
 
- 
- 
Constructor Details- 
Requestpublic Request(@NotNull @NotNull String caseOid, WorkItemEventCauseInformationType causeInformation) 
 
- 
- 
Method Details- 
getCaseOid
- 
getCauseInformation
 
-