Package org.camunda.bpm.welcome
Class Welcome
java.lang.Object
org.camunda.bpm.welcome.Welcome
The welcome application. Provides access to the welcome core services.
- Author:
- Daniel Meyer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static WelcomeRuntimeDelegateTheWelcomeRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda welcome with an specific instance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic WelcomeRuntimeDelegateReturns an instance ofWelcomeRuntimeDelegatestatic voidsetRuntimeDelegate(WelcomeRuntimeDelegate welcomeRuntimeDelegate) A setter to set theWelcomeRuntimeDelegate.
- 
Field Details- 
WELCOME_RUNTIME_DELEGATETheWelcomeRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda welcome with an specific instance
 
- 
- 
Constructor Details- 
Welcomepublic Welcome()
 
- 
- 
Method Details- 
getRuntimeDelegateReturns an instance ofWelcomeRuntimeDelegate- Returns:
 
- 
setRuntimeDelegateA setter to set theWelcomeRuntimeDelegate.- Parameters:
- cockpitRuntimeDelegate-
 
 
-