Uses of Interface
org.camunda.bpm.cockpit.CockpitRuntimeDelegate
Package
Description
-
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpit
Modifier and TypeFieldDescriptionprotected static CockpitRuntimeDelegate
Cockpit.COCKPIT_RUNTIME_DELEGATE
TheCockpitRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda cockpit with an specific instanceModifier and TypeMethodDescriptionstatic CockpitRuntimeDelegate
Cockpit.getRuntimeDelegate()
Returns an instance ofCockpitRuntimeDelegate
Modifier and TypeMethodDescriptionstatic void
Cockpit.setCockpitRuntimeDelegate
(CockpitRuntimeDelegate cockpitRuntimeDelegate) A setter to set theCockpitRuntimeDelegate
. -
Uses of CockpitRuntimeDelegate in org.camunda.bpm.cockpit.impl
Modifier 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
Modifier and TypeFieldDescriptionprotected final CockpitRuntimeDelegate
ProcessEnginesFilter.cockpitRuntimeDelegate