Class DefaultAdminRuntimeDelegate

java.lang.Object
org.eximeebpms.bpm.webapp.impl.AbstractAppRuntimeDelegate<AdminPlugin>
org.eximeebpms.bpm.admin.impl.DefaultAdminRuntimeDelegate
All Implemented Interfaces:
AdminRuntimeDelegate, AppRuntimeDelegate<AdminPlugin>

public class DefaultAdminRuntimeDelegate extends AbstractAppRuntimeDelegate<AdminPlugin> implements AdminRuntimeDelegate
Author:
Daniel Meyer
  • Field Details

  • Constructor Details

    • DefaultAdminRuntimeDelegate

      public DefaultAdminRuntimeDelegate()
  • Method Details

    • getQueryService

      public QueryService getQueryService(String processEngineName)
      Description copied from interface: AdminRuntimeDelegate
      Returns a configured QueryService to execute custom statements to the corresponding process engine.
      Specified by:
      getQueryService in interface AdminRuntimeDelegate
      Parameters:
      processEngineName -
      Returns:
      a QueryService
    • getCommandExecutor

      public CommandExecutor getCommandExecutor(String processEngineName)
    • createCommandExecutor

      protected CommandExecutor createCommandExecutor(String processEngineName)
      Create command executor for the engine with the given name
      Parameters:
      processEngineName - the process engine name
      Returns:
      the command executor