Uses of Interface
org.camunda.bpm.webapp.AppRuntimeDelegate
Packages that use AppRuntimeDelegate
Package
Description
-
Uses of AppRuntimeDelegate in org.camunda.bpm.admin
Subinterfaces of AppRuntimeDelegate in org.camunda.bpm.adminModifier and TypeInterfaceDescriptioninterface
The admin application service runtime delegate. -
Uses of AppRuntimeDelegate in org.camunda.bpm.admin.impl
Classes in org.camunda.bpm.admin.impl that implement AppRuntimeDelegate -
Uses of AppRuntimeDelegate in org.camunda.bpm.cockpit
Subinterfaces of AppRuntimeDelegate in org.camunda.bpm.cockpitModifier and TypeInterfaceDescriptioninterface
TheCockpitRuntimeDelegate
is a delegate to provide the camunda cockpit plugin service. -
Uses of AppRuntimeDelegate in org.camunda.bpm.cockpit.impl
Classes in org.camunda.bpm.cockpit.impl that implement AppRuntimeDelegateModifier and TypeClassDescriptionclass
This is the defaultCockpitRuntimeDelegate
implementation that provides the camunda cockpit plugin services (i.e. -
Uses of AppRuntimeDelegate in org.camunda.bpm.tasklist
Subinterfaces of AppRuntimeDelegate in org.camunda.bpm.tasklistModifier and TypeInterfaceDescriptioninterface
The tasklist application service runtime delegate. -
Uses of AppRuntimeDelegate in org.camunda.bpm.tasklist.impl
Classes in org.camunda.bpm.tasklist.impl that implement AppRuntimeDelegate -
Uses of AppRuntimeDelegate in org.camunda.bpm.webapp.impl
Classes in org.camunda.bpm.webapp.impl that implement AppRuntimeDelegate -
Uses of AppRuntimeDelegate in org.camunda.bpm.webapp.plugin.resource
Fields in org.camunda.bpm.webapp.plugin.resource declared as AppRuntimeDelegateModifier and TypeFieldDescriptionprotected AppRuntimeDelegate<T>
AbstractAppPluginResource.runtimeDelegate
protected AppRuntimeDelegate<T>
AbstractAppPluginRootResource.runtimeDelegate
Constructors in org.camunda.bpm.webapp.plugin.resource with parameters of type AppRuntimeDelegateModifierConstructorDescriptionAbstractAppPluginResource
(AppRuntimeDelegate<T> runtimeDelegate, String engineName) AbstractAppPluginRootResource
(String pluginName, AppRuntimeDelegate<T> runtimeDelegate) -
Uses of AppRuntimeDelegate in org.camunda.bpm.welcome
Subinterfaces of AppRuntimeDelegate in org.camunda.bpm.welcomeModifier and TypeInterfaceDescriptioninterface
The welcome application service runtime delegate. -
Uses of AppRuntimeDelegate in org.camunda.bpm.welcome.impl
Classes in org.camunda.bpm.welcome.impl that implement AppRuntimeDelegate