Interface AdminRuntimeDelegate

All Superinterfaces:
AppRuntimeDelegate<AdminPlugin>
All Known Implementing Classes:
DefaultAdminRuntimeDelegate

public interface AdminRuntimeDelegate extends AppRuntimeDelegate<AdminPlugin>
The admin application service runtime delegate. Provides access to the application services of the admin application.
Author:
Daniel Meyer
  • Method Details

    • getQueryService

      QueryService getQueryService(String processEngineName)
      Returns a configured QueryService to execute custom statements to the corresponding process engine.
      Parameters:
      processEngineName -
      Returns:
      a QueryService