Uses of Interface
org.camunda.bpm.webapp.AppRuntimeDelegate
Package
Description
-
Uses of AppRuntimeDelegate in org.camunda.bpm.admin
Modifier and TypeInterfaceDescriptioninterface
The admin application service runtime delegate. -
Uses of AppRuntimeDelegate in org.camunda.bpm.admin.impl
-
Uses of AppRuntimeDelegate in org.camunda.bpm.cockpit
Modifier and TypeInterfaceDescriptioninterface
TheCockpitRuntimeDelegate
is a delegate to provide the camunda cockpit plugin service. -
Uses of AppRuntimeDelegate 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 AppRuntimeDelegate in org.camunda.bpm.tasklist
Modifier and TypeInterfaceDescriptioninterface
The tasklist application service runtime delegate. -
Uses of AppRuntimeDelegate in org.camunda.bpm.tasklist.impl
-
Uses of AppRuntimeDelegate in org.camunda.bpm.webapp.impl
-
Uses of AppRuntimeDelegate in org.camunda.bpm.webapp.plugin.resource
Modifier and TypeFieldDescriptionprotected AppRuntimeDelegate<T>
AbstractAppPluginResource.runtimeDelegate
protected AppRuntimeDelegate<T>
AbstractAppPluginRootResource.runtimeDelegate
ModifierConstructorDescriptionAbstractAppPluginResource
(AppRuntimeDelegate<T> runtimeDelegate, String engineName) AbstractAppPluginRootResource
(String pluginName, AppRuntimeDelegate<T> runtimeDelegate) -
Uses of AppRuntimeDelegate in org.camunda.bpm.welcome
Modifier and TypeInterfaceDescriptioninterface
The welcome application service runtime delegate. -
Uses of AppRuntimeDelegate in org.camunda.bpm.welcome.impl