Package org.camunda.bpm.cockpit.service
Class AbstractEngineAware
java.lang.Object
org.camunda.bpm.cockpit.service.AbstractEngineAware
Deprecated.
Base class for engine aware service and resource
implementations.
Subclasses must implement a constructor that accepts the name of the engine for which cockpit services should be provided.
- Author:
- nico.rehwaldt
-
Constructor Summary
ConstructorDescriptionAbstractEngineAware
(String engineName) Deprecated.Creates a engine aware instance for the given engine -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutor
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.protected ProcessEngine
Deprecated.Return aProcessEngine
for the current engine name to execute queries against the engine.protected QueryService
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.
-
Constructor Details
-
AbstractEngineAware
Deprecated.Creates a engine aware instance for the given engine- Parameters:
engineName
-
-
-
Method Details
-
getCommandExecutor
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.- Returns:
-
getQueryService
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.- Returns:
-
getProcessEngine
Deprecated.Return aProcessEngine
for the current engine name to execute queries against the engine.- Returns:
- the process engine
-