Class HistoricCaseInstanceResource

    • Field Detail

      • 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
    • Constructor Detail

      • HistoricCaseInstanceResource

        public HistoricCaseInstanceResource()
    • Method Detail

      • 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}")
        public void deleteCaseInstance​(@PathVariable
                                       String caseInstanceId,
                                       javax.servlet.http.HttpServletResponse response)
      • getStageOverview

        @GetMapping(value="/cmmn-history/historic-case-instances/{caseInstanceId}/stage-overview",
                    produces="application/json")
        public List<org.flowable.cmmn.api.StageResponse> getStageOverview​(@PathVariable
                                                                          String caseInstanceId)
      • getPlanItemInstanceEndTime

        protected Date getPlanItemInstanceEndTime​(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances,
                                                  org.flowable.cmmn.model.Stage stage)
      • getPlanItemInstance

        protected Optional<org.flowable.cmmn.api.history.HistoricPlanItemInstance> getPlanItemInstance​(List<org.flowable.cmmn.api.history.HistoricPlanItemInstance> stagePlanItemInstances,
                                                                                                       org.flowable.cmmn.model.Stage stage)