Package org.camunda.bpm.admin.impl
Class DefaultAdminRuntimeDelegate
java.lang.Object
org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate<AdminPlugin>
org.camunda.bpm.admin.impl.DefaultAdminRuntimeDelegate
- All Implemented Interfaces:
AdminRuntimeDelegate
,AppRuntimeDelegate<AdminPlugin>
public class DefaultAdminRuntimeDelegate
extends AbstractAppRuntimeDelegate<AdminPlugin>
implements AdminRuntimeDelegate
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
pluginRegistry, processEngineProvider, resourceOverrides
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutor
createCommandExecutor
(String processEngineName) Create command executor for the engine with the given namegetCommandExecutor
(String processEngineName) getQueryService
(String processEngineName) Returns a configuredQueryService
to execute custom statements to the corresponding process engine.Methods inherited from class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides, initResourceOverrides, loadProcessEngineProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.webapp.AppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides
-
Field Details
-
commandExecutors
-
-
Constructor Details
-
DefaultAdminRuntimeDelegate
public DefaultAdminRuntimeDelegate()
-
-
Method Details
-
getQueryService
Description copied from interface:AdminRuntimeDelegate
Returns a configuredQueryService
to execute custom statements to the corresponding process engine.- Specified by:
getQueryService
in interfaceAdminRuntimeDelegate
- Returns:
- a
QueryService
-
getCommandExecutor
-
createCommandExecutor
Create command executor for the engine with the given name- Parameters:
processEngineName
- the process engine name- Returns:
- the command executor
-