Uses of Interface
org.camunda.bpm.cockpit.CockpitRuntimeDelegate
Packages that use CockpitRuntimeDelegate
Package
Description
-
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpit
Fields in org.camunda.bpm.cockpit declared as CockpitRuntimeDelegateModifier and TypeFieldDescriptionprotected 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 CockpitRuntimeDelegateModifier and TypeMethodDescriptionstatic CockpitRuntimeDelegate
Cockpit.getRuntimeDelegate()
Returns an instance ofCockpitRuntimeDelegate
Methods in org.camunda.bpm.cockpit with parameters of type CockpitRuntimeDelegateModifier and TypeMethodDescriptionstatic 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 CockpitRuntimeDelegateModifier and TypeClassDescriptionclass
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 CockpitRuntimeDelegateModifier and TypeFieldDescriptionprotected final CockpitRuntimeDelegate
ProcessEnginesFilter.cockpitRuntimeDelegate