Uses of Interface
org.camunda.bpm.cockpit.db.QueryService
-
-
Uses of QueryService in org.camunda.bpm.cockpit
Methods 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.impl
Methods 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.db
Classes 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.resource
Methods 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.test
Methods 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.service
Methods 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.
-