Class Cockpit


  • public class Cockpit
    extends java.lang.Object

    Provides access to the camunda cockpit core services.

    Author:
    roman.smirnov, nico.rehwaldt
    • Field Detail

    • Constructor Detail

      • Cockpit

        public Cockpit()
    • Method Detail

      • getQueryService

        public static 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

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

        public static ProcessEngine getProcessEngine​(java.lang.String processEngineName)