Uses of Interface
org.camunda.bpm.cockpit.CockpitRuntimeDelegate
Packages that use CockpitRuntimeDelegate
Package
Description
- 
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpitFields in org.camunda.bpm.cockpit declared as CockpitRuntimeDelegateModifier and TypeFieldDescriptionprotected static CockpitRuntimeDelegateCockpit.COCKPIT_RUNTIME_DELEGATETheCockpitRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda cockpit with an specific instanceMethods in org.camunda.bpm.cockpit that return CockpitRuntimeDelegateModifier and TypeMethodDescriptionstatic CockpitRuntimeDelegateCockpit.getRuntimeDelegate()Returns an instance ofCockpitRuntimeDelegateMethods in org.camunda.bpm.cockpit with parameters of type CockpitRuntimeDelegateModifier and TypeMethodDescriptionstatic voidCockpit.setCockpitRuntimeDelegate(CockpitRuntimeDelegate cockpitRuntimeDelegate) A setter to set theCockpitRuntimeDelegate.
- 
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpit.implClasses in org.camunda.bpm.cockpit.impl that implement CockpitRuntimeDelegateModifier and TypeClassDescriptionclassThis is the defaultCockpitRuntimeDelegateimplementation that provides the camunda cockpit plugin services (i.e.
- 
Uses of CockpitRuntimeDelegate in org.camunda.bpm.webapp.impl.engineFields in org.camunda.bpm.webapp.impl.engine declared as CockpitRuntimeDelegateModifier and TypeFieldDescriptionprotected final CockpitRuntimeDelegateProcessEnginesFilter.cockpitRuntimeDelegate