Uses of Interface
org.camunda.bpm.welcome.WelcomeRuntimeDelegate
Packages that use WelcomeRuntimeDelegate
Package
Description
-
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.webapp.impl.engine
Fields in org.camunda.bpm.webapp.impl.engine declared as WelcomeRuntimeDelegateModifier and TypeFieldDescriptionprotected final WelcomeRuntimeDelegate
ProcessEnginesFilter.welcomeRuntimeDelegate
-
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.welcome
Fields in org.camunda.bpm.welcome declared as WelcomeRuntimeDelegateModifier and TypeFieldDescriptionprotected static WelcomeRuntimeDelegate
Welcome.WELCOME_RUNTIME_DELEGATE
TheWelcomeRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda welcome with an specific instanceMethods in org.camunda.bpm.welcome that return WelcomeRuntimeDelegateModifier and TypeMethodDescriptionstatic WelcomeRuntimeDelegate
Welcome.getRuntimeDelegate()
Returns an instance ofWelcomeRuntimeDelegate
Methods in org.camunda.bpm.welcome with parameters of type WelcomeRuntimeDelegateModifier and TypeMethodDescriptionstatic void
Welcome.setRuntimeDelegate
(WelcomeRuntimeDelegate welcomeRuntimeDelegate) A setter to set theWelcomeRuntimeDelegate
. -
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.welcome.impl
Classes in org.camunda.bpm.welcome.impl that implement WelcomeRuntimeDelegate