Class BaseCaseInstanceResource

    • Field Detail

      • runtimeService

        @Autowired
        protected org.flowable.cmmn.api.CmmnRuntimeService runtimeService
      • repositoryService

        @Autowired
        protected org.flowable.cmmn.api.CmmnRepositoryService repositoryService
    • Constructor Detail

      • BaseCaseInstanceResource

        public BaseCaseInstanceResource()
    • Method Detail

      • getCaseInstanceFromRequest

        protected org.flowable.cmmn.api.runtime.CaseInstance getCaseInstanceFromRequest​(String caseInstanceId)
        Returns the CaseInstance that is requested and calls the access interceptor. Throws the right exceptions when bad request was made or instance was not found.
      • getCaseInstanceFromRequestWithoutAccessCheck

        protected org.flowable.cmmn.api.runtime.CaseInstance getCaseInstanceFromRequestWithoutAccessCheck​(String caseInstanceId)
        Returns the CaseInstance that is requested without calling the access interceptor Throws the right exceptions when bad request was made or instance was not found.
      • addVariables

        protected void addVariables​(org.flowable.cmmn.api.runtime.CaseInstanceQuery caseInstanceQuery,
                                    List<QueryVariable> variables)