Package org.camunda.bpm.cockpit
Interface CockpitRuntimeDelegate
-
- All Superinterfaces:
AppRuntimeDelegate<CockpitPlugin>
- All Known Implementing Classes:
DefaultCockpitRuntimeDelegate
public interface CockpitRuntimeDelegate extends AppRuntimeDelegate<CockpitPlugin>
The
CockpitRuntimeDelegate
is a delegate to provide the camunda cockpit plugin service.- Author:
- roman.smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CommandExecutor
getCommandExecutor(String processEngineName)
Returns a configuredCommandExecutor
to execute commands to the corresponding process engine.PluginRegistry
getPluginRegistry()
Deprecated.QueryService
getQueryService(String processEngineName)
Returns a configuredQueryService
to execute custom statements to the corresponding process engine.-
Methods inherited from interface org.camunda.bpm.webapp.AppRuntimeDelegate
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverrides
-
-
-
-
Method Detail
-
getQueryService
QueryService getQueryService(String processEngineName)
Returns a configuredQueryService
to execute custom statements to the corresponding process engine.- Parameters:
processEngineName
-- Returns:
- a
QueryService
-
getCommandExecutor
CommandExecutor getCommandExecutor(String processEngineName)
Returns a configuredCommandExecutor
to execute commands to the corresponding process engine.- Parameters:
processEngineName
-- Returns:
- a
CommandExecutor
-
getPluginRegistry
@Deprecated PluginRegistry getPluginRegistry()
Deprecated.A registry that provides access to the plugins registered in the application.- Returns:
-
-