Uses of Interface
org.camunda.bpm.cockpit.db.QueryService
- 
- 
Uses of QueryService in org.camunda.bpm.cockpitMethods in org.camunda.bpm.cockpit that return QueryService Modifier and Type Method Description static QueryServiceCockpit. getQueryService(java.lang.String processEngineName)Returns a configuredQueryServiceto execute custom statements to the corresponding process engineQueryServiceCockpitRuntimeDelegate. getQueryService(java.lang.String processEngineName)Returns a configuredQueryServiceto execute custom statements to the corresponding process engine.
- 
Uses of QueryService in org.camunda.bpm.cockpit.implMethods in org.camunda.bpm.cockpit.impl that return QueryService Modifier and Type Method Description QueryServiceDefaultCockpitRuntimeDelegate. getQueryService(java.lang.String processEngineName)
- 
Uses of QueryService in org.camunda.bpm.cockpit.impl.dbClasses in org.camunda.bpm.cockpit.impl.db that implement QueryService Modifier and Type Class Description classQueryServiceImpl
- 
Uses of QueryService in org.camunda.bpm.cockpit.plugin.resourceMethods in org.camunda.bpm.cockpit.plugin.resource that return QueryService Modifier and Type Method Description protected QueryServiceAbstractCockpitPluginResource. getQueryService()Return aQueryServicefor the current engine to execute queries against the engine datbase.
- 
Uses of QueryService in org.camunda.bpm.cockpit.plugin.testMethods in org.camunda.bpm.cockpit.plugin.test that return QueryService Modifier and Type Method Description protected QueryServiceAbstractCockpitPluginTest. getQueryService()
- 
Uses of QueryService in org.camunda.bpm.cockpit.serviceMethods in org.camunda.bpm.cockpit.service that return QueryService Modifier and Type Method Description protected QueryServiceAbstractEngineAware. getQueryService()Deprecated.Return aQueryServicefor the current engine to execute queries against the engine datbase.
 
-