Uses of Interface
org.camunda.bpm.cockpit.CockpitRuntimeDelegate
-
Packages that use CockpitRuntimeDelegate Package Description org.camunda.bpm.cockpit org.camunda.bpm.cockpit.impl org.camunda.bpm.webapp.impl.engine -
-
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpit
Fields in org.camunda.bpm.cockpit declared as CockpitRuntimeDelegate Modifier and Type Field Description protected static CockpitRuntimeDelegate
Cockpit. COCKPIT_RUNTIME_DELEGATE
TheCockpitRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda cockpit with an specific instanceMethods in org.camunda.bpm.cockpit that return CockpitRuntimeDelegate Modifier and Type Method Description static CockpitRuntimeDelegate
Cockpit. getRuntimeDelegate()
Returns an instance ofCockpitRuntimeDelegate
Methods in org.camunda.bpm.cockpit with parameters of type CockpitRuntimeDelegate Modifier and Type Method Description static void
Cockpit. setCockpitRuntimeDelegate(CockpitRuntimeDelegate cockpitRuntimeDelegate)
A setter to set theCockpitRuntimeDelegate
. -
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpit.impl
Classes in org.camunda.bpm.cockpit.impl that implement CockpitRuntimeDelegate Modifier and Type Class Description class
DefaultCockpitRuntimeDelegate
This is the defaultCockpitRuntimeDelegate
implementation that provides the camunda cockpit plugin services (i.e. -
Uses of CockpitRuntimeDelegate in org.camunda.bpm.webapp.impl.engine
Fields in org.camunda.bpm.webapp.impl.engine declared as CockpitRuntimeDelegate Modifier and Type Field Description protected CockpitRuntimeDelegate
ProcessEnginesFilter. cockpitRuntimeDelegate
-