Package org.camunda.bpm.admin
Interface AdminRuntimeDelegate
- All Superinterfaces:
 AppRuntimeDelegate<AdminPlugin>
- All Known Implementing Classes:
 DefaultAdminRuntimeDelegate
The admin application service runtime delegate. Provides access to the
 application services of the admin application.
- Author:
 - Daniel Meyer
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetQueryService(String processEngineName) Returns a configuredQueryServiceto execute custom statements to the corresponding process engine.Methods inherited from interface org.camunda.bpm.webapp.AppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides 
- 
Method Details
- 
getQueryService
Returns a configuredQueryServiceto execute custom statements to the corresponding process engine.- Parameters:
 processEngineName-- Returns:
 - a 
QueryService 
 
 -