Interface CockpitRuntimeDelegate

    • Method Detail

      • getQueryService

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

        CommandExecutor getCommandExecutor​(java.lang.String processEngineName)
        Returns a configured CommandExecutor to execute commands to the corresponding process engine.
        Parameters:
        processEngineName -
        Returns:
        a CommandExecutor
      • getPluginRegistry

        @Deprecated
        PluginRegistry getPluginRegistry()
        Deprecated.
        A registry that provides access to the plugins registered in the application.
        Returns: