Class QueryServiceImpl

    • Constructor Detail

      • QueryServiceImpl

        public QueryServiceImpl​(CommandExecutor commandExecutor)
    • Method Detail

      • executeQueryRowCount

        public Long executeQueryRowCount​(String statement,
                                         org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter)
        Specified by:
        executeQueryRowCount in interface QueryService
      • getProcessEngineConfiguration

        protected org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl getProcessEngineConfiguration​(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
      • configureAuthCheck

        protected <T> void configureAuthCheck​(org.camunda.bpm.engine.impl.db.ListQueryParameterObject parameter,
                                              org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl engineConfig,
                                              org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)