Uses of Interface
org.camunda.bpm.cockpit.db.QueryService
Packages that use QueryService
Package
Description
-
Uses of QueryService in org.camunda.bpm.cockpit
Methods in org.camunda.bpm.cockpit that return QueryServiceModifier and TypeMethodDescriptionstatic QueryService
Cockpit.getQueryService
(String processEngineName) Returns a configuredQueryService
to execute custom statements to the corresponding process engineCockpitRuntimeDelegate.getQueryService
(String processEngineName) Returns a configuredQueryService
to 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 QueryServiceModifier and TypeMethodDescriptionDefaultCockpitRuntimeDelegate.getQueryService
(String processEngineName) -
Uses of QueryService in org.camunda.bpm.cockpit.impl.db
Classes in org.camunda.bpm.cockpit.impl.db that implement QueryService -
Uses of QueryService in org.camunda.bpm.cockpit.plugin.resource
Methods in org.camunda.bpm.cockpit.plugin.resource that return QueryServiceModifier and TypeMethodDescriptionprotected QueryService
AbstractCockpitPluginResource.getQueryService()
Return aQueryService
for 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 QueryServiceModifier and TypeMethodDescriptionprotected QueryService
AbstractCockpitPluginTest.getQueryService()
-
Uses of QueryService in org.camunda.bpm.cockpit.service
Methods in org.camunda.bpm.cockpit.service that return QueryServiceModifier and TypeMethodDescriptionprotected QueryService
AbstractEngineAware.getQueryService()
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.