Class HistoricCaseInstanceResource
java.lang.Object
org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceBaseResource
org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceResource
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.flowable.cmmn.api.CmmnHistoryServiceprotected org.flowable.cmmn.api.CmmnMigrationServiceprotected org.flowable.cmmn.api.CmmnRepositoryServiceprotected org.flowable.cmmn.api.CmmnRuntimeServiceprotected CmmnRestResponseFactoryFields inherited from class org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceBaseResource
historyService, repositoryService, restApiInterceptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCaseInstance(String caseInstanceId) getCaseInstance(String caseInstanceId) protected Optional<org.flowable.cmmn.api.history.HistoricPlanItemInstance>getPlanItemInstance(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances, org.flowable.cmmn.model.Stage stage) protected DategetPlanItemInstanceEndTime(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances, org.flowable.cmmn.model.Stage stage) List<org.flowable.cmmn.api.StageResponse>getStageOverview(String caseInstanceId) voidmigrateHistoricCaseInstance(String caseInstanceId, String migrationDocumentJson) Methods inherited from class org.flowable.cmmn.rest.service.api.history.caze.HistoricCaseInstanceBaseResource
addVariables, getHistoricCaseInstanceFromRequest, getHistoricCaseInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
Field Details
-
restResponseFactory
-
cmmnRepositoryService
@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService -
cmmnhistoryService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService cmmnhistoryService -
cmmnRuntimeService
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService -
cmmnMigrationService
@Autowired protected org.flowable.cmmn.api.CmmnMigrationService cmmnMigrationService
-
-
Constructor Details
-
HistoricCaseInstanceResource
public HistoricCaseInstanceResource()
-
-
Method Details
-
getCaseInstance
@GetMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}", produces="application/json") public HistoricCaseInstanceResponse getCaseInstance(@PathVariable String caseInstanceId) -
deleteCaseInstance
@DeleteMapping("/cmmn-history/historic-case-instances/{caseInstanceId}") @ResponseStatus(NO_CONTENT) public void deleteCaseInstance(@PathVariable String caseInstanceId) -
getStageOverview
-
migrateHistoricCaseInstance
-
getPlanItemInstanceEndTime
-
getPlanItemInstance
-