public class Cockpit extends Object
Provides access to the camunda cockpit core services.
| Modifier and Type | Field and Description | 
|---|---|
| protected static CockpitRuntimeDelegate | COCKPIT_RUNTIME_DELEGATEThe  CockpitRuntimeDelegateis an delegate that will be
 initialized by bootstrapping camunda cockpit with an specific
 instance | 
| Constructor and Description | 
|---|
| Cockpit() | 
| Modifier and Type | Method and Description | 
|---|---|
| static CommandExecutor | getCommandExecutor(String processEngineName)Returns a configured  CommandExecutorto execute
 commands to the corresponding process engine | 
| static ProcessEngine | getProcessEngine(String processEngineName) | 
| static QueryService | getQueryService(String processEngineName)Returns a configured  QueryServiceto execute custom
 statements to the corresponding process engine | 
| static CockpitRuntimeDelegate | getRuntimeDelegate()Returns an instance of  CockpitRuntimeDelegate | 
| static void | setCockpitRuntimeDelegate(CockpitRuntimeDelegate cockpitRuntimeDelegate)A setter to set the  CockpitRuntimeDelegate. | 
protected static CockpitRuntimeDelegate COCKPIT_RUNTIME_DELEGATE
CockpitRuntimeDelegate is an delegate that will be
 initialized by bootstrapping camunda cockpit with an specific
 instancepublic static QueryService getQueryService(String processEngineName)
QueryService to execute custom
 statements to the corresponding process engineprocessEngineName - QueryServicepublic static CommandExecutor getCommandExecutor(String processEngineName)
CommandExecutor to execute
 commands to the corresponding process engineprocessEngineName - CommandExecutorpublic static ProcessEngine getProcessEngine(String processEngineName)
public static CockpitRuntimeDelegate getRuntimeDelegate()
CockpitRuntimeDelegatepublic static void setCockpitRuntimeDelegate(CockpitRuntimeDelegate cockpitRuntimeDelegate)
CockpitRuntimeDelegate.cockpitRuntimeDelegate - Copyright © 2018. All rights reserved.