Package org.camunda.bpm.cockpit.service
Class AbstractEngineAware
- java.lang.Object
-
- org.camunda.bpm.cockpit.service.AbstractEngineAware
-
@Deprecated public class AbstractEngineAware extends Object
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
Constructors Constructor Description AbstractEngineAware(String engineName)
Deprecated.Creates a engine aware instance for the given engine
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CommandExecutor
getCommandExecutor()
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.protected ProcessEngine
getProcessEngine()
Deprecated.Return aProcessEngine
for the current engine name to execute queries against the engine.protected QueryService
getQueryService()
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.
-
-
-
Constructor Detail
-
AbstractEngineAware
public AbstractEngineAware(String engineName)
Deprecated.Creates a engine aware instance for the given engine- Parameters:
engineName
-
-
-
Method Detail
-
getCommandExecutor
protected CommandExecutor getCommandExecutor()
Deprecated.Return aCommandExecutor
for the current engine to execute plugin commands.- Returns:
-
getQueryService
protected QueryService getQueryService()
Deprecated.Return aQueryService
for the current engine to execute queries against the engine datbase.- Returns:
-
getProcessEngine
protected ProcessEngine getProcessEngine()
Deprecated.Return aProcessEngine
for the current engine name to execute queries against the engine.- Returns:
- the process engine
-
-