Uses of Interface
org.camunda.bpm.cockpit.db.QueryService
Package
Description
-
Uses of QueryService in org.camunda.bpm.cockpit
Modifier 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
Modifier and TypeMethodDescriptionDefaultCockpitRuntimeDelegate.getQueryService
(String processEngineName) -
Uses of QueryService in org.camunda.bpm.cockpit.impl.db
-
Uses of QueryService in org.camunda.bpm.cockpit.plugin.resource
Modifier 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
Modifier and TypeMethodDescriptionprotected QueryService
AbstractCockpitPluginTest.getQueryService()
-
Uses of QueryService in org.camunda.bpm.cockpit.service
Modifier and TypeMethodDescriptionprotected QueryService
AbstractEngineAware.getQueryService()
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.