Uses of Interface
org.camunda.bpm.webapp.AppRuntimeDelegate
-
-
Uses of AppRuntimeDelegate in org.camunda.bpm.admin
Subinterfaces of AppRuntimeDelegate in org.camunda.bpm.admin Modifier and Type Interface Description interface
AdminRuntimeDelegate
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 Modifier and Type Class Description class
DefaultAdminRuntimeDelegate
-
Uses of AppRuntimeDelegate in org.camunda.bpm.cockpit
Subinterfaces of AppRuntimeDelegate in org.camunda.bpm.cockpit Modifier and Type Interface Description interface
CockpitRuntimeDelegate
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 AppRuntimeDelegate Modifier and Type Class Description class
DefaultCockpitRuntimeDelegate
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.tasklist Modifier and Type Interface Description interface
TasklistRuntimeDelegate
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 Modifier and Type Class Description class
DefaultTasklistRuntimeDelegate
-
Uses of AppRuntimeDelegate in org.camunda.bpm.webapp.impl
Classes in org.camunda.bpm.webapp.impl that implement AppRuntimeDelegate Modifier and Type Class Description class
AbstractAppRuntimeDelegate<T extends AppPlugin>
-
Uses of AppRuntimeDelegate in org.camunda.bpm.webapp.plugin.resource
Fields in org.camunda.bpm.webapp.plugin.resource declared as AppRuntimeDelegate Modifier and Type Field Description protected AppRuntimeDelegate<T>
AbstractAppPluginResource. runtimeDelegate
protected AppRuntimeDelegate<T>
AbstractAppPluginRootResource. runtimeDelegate
Constructors in org.camunda.bpm.webapp.plugin.resource with parameters of type AppRuntimeDelegate Constructor Description AbstractAppPluginResource(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.welcome Modifier and Type Interface Description interface
WelcomeRuntimeDelegate
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 Modifier and Type Class Description class
DefaultWelcomeRuntimeDelegate
-