Uses of Interface
org.camunda.bpm.welcome.WelcomeRuntimeDelegate
-
Packages that use WelcomeRuntimeDelegate Package Description org.camunda.bpm.webapp.impl.engine org.camunda.bpm.welcome org.camunda.bpm.welcome.impl -
-
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.webapp.impl.engine
Fields in org.camunda.bpm.webapp.impl.engine declared as WelcomeRuntimeDelegate Modifier and Type Field Description protected WelcomeRuntimeDelegate
ProcessEnginesFilter. welcomeRuntimeDelegate
-
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.welcome
Fields in org.camunda.bpm.welcome declared as WelcomeRuntimeDelegate Modifier and Type Field Description protected 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 WelcomeRuntimeDelegate Modifier and Type Method Description static WelcomeRuntimeDelegate
Welcome. getRuntimeDelegate()
Returns an instance ofWelcomeRuntimeDelegate
Methods in org.camunda.bpm.welcome with parameters of type WelcomeRuntimeDelegate Modifier and Type Method Description static 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 Modifier and Type Class Description class
DefaultWelcomeRuntimeDelegate
-