Class Cockpit


  • public class Cockpit
    extends 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​(String processEngineName)
        Returns a configured QueryService to execute custom statements to the corresponding process engine
        Parameters:
        processEngineName -
        Returns:
        a QueryService
      • getProcessEngine

        public static org.camunda.bpm.engine.ProcessEngine getProcessEngine​(String processEngineName)