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 QueryService
Cockpit. getQueryService(String processEngineName)
Returns a configuredQueryService
to execute custom statements to the corresponding process engineQueryService
CockpitRuntimeDelegate. 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 QueryService Modifier and Type Method Description QueryService
DefaultCockpitRuntimeDelegate. getQueryService(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 class
QueryServiceImpl
-
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 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 QueryService Modifier and Type Method Description protected QueryService
AbstractCockpitPluginTest. 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 QueryService
AbstractEngineAware. getQueryService()
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.
-