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.engineFields in org.camunda.bpm.webapp.impl.engine declared as WelcomeRuntimeDelegate Modifier and Type Field Description protected WelcomeRuntimeDelegateProcessEnginesFilter. welcomeRuntimeDelegate
- 
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.welcomeFields in org.camunda.bpm.welcome declared as WelcomeRuntimeDelegate Modifier and Type Field Description protected static WelcomeRuntimeDelegateWelcome. WELCOME_RUNTIME_DELEGATETheWelcomeRuntimeDelegateis 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 WelcomeRuntimeDelegateWelcome. getRuntimeDelegate()Returns an instance ofWelcomeRuntimeDelegateMethods in org.camunda.bpm.welcome with parameters of type WelcomeRuntimeDelegate Modifier and Type Method Description static voidWelcome. setRuntimeDelegate(WelcomeRuntimeDelegate welcomeRuntimeDelegate)A setter to set theWelcomeRuntimeDelegate.
- 
Uses of WelcomeRuntimeDelegate in org.camunda.bpm.welcome.implClasses in org.camunda.bpm.welcome.impl that implement WelcomeRuntimeDelegate Modifier and Type Class Description classDefaultWelcomeRuntimeDelegate
 
-