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 Details

    • AbstractEngineAware

      public AbstractEngineAware(String engineName)
      Deprecated.
      Creates a engine aware instance for the given engine
      Parameters:
      engineName -
  • Method Details

    • getCommandExecutor

      protected CommandExecutor getCommandExecutor()
      Deprecated.
      Return a CommandExecutor for the current engine to execute plugin commands.
      Returns:
    • getQueryService

      protected QueryService getQueryService()
      Deprecated.
      Return a QueryService for the current engine to execute queries against the engine datbase.
      Returns:
    • getProcessEngine

      protected ProcessEngine getProcessEngine()
      Deprecated.
      Return a ProcessEngine for the current engine name to execute queries against the engine.
      Returns:
      the process engine