Class FlowableCaseInstanceQueryService


  • @Service
    @Transactional
    public class FlowableCaseInstanceQueryService
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • cmmnRepositoryService

        @Autowired
        protected org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService
      • appRepositoryService

        @Autowired
        protected org.flowable.app.api.AppRepositoryService appRepositoryService
      • cmmnHistoryService

        @Autowired
        protected org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService
      • userCache

        @Autowired
        protected UserCache userCache
    • Constructor Detail

      • FlowableCaseInstanceQueryService

        public FlowableCaseInstanceQueryService()