Class BaseCaseDefinitionResource

    • Field Detail

      • repositoryService

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

      • BaseCaseDefinitionResource

        public BaseCaseDefinitionResource()
    • Method Detail

      • getCaseDefinitionFromRequest

        protected org.flowable.cmmn.api.repository.CaseDefinition getCaseDefinitionFromRequest​(String caseDefinitionId)
        Returns the CaseDefinition that is requested and calls the access interceptor. Throws the right exceptions when bad request was made or definition was not found.
      • getCaseDefinitionFromRequestWithoutAccessCheck

        protected org.flowable.cmmn.api.repository.CaseDefinition getCaseDefinitionFromRequestWithoutAccessCheck​(String caseDefinitionId)
        Returns the CaseDefinition that is requested without calling the access interceptor Throws the right exceptions when bad request was made or definition was not found.