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 Summary
FieldsModifier and TypeFieldDescriptionprotected static WelcomeRuntimeDelegateTheWelcomeRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda welcome with an specific instance - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic WelcomeRuntimeDelegateReturns an instance ofWelcomeRuntimeDelegatestatic voidsetRuntimeDelegate(WelcomeRuntimeDelegate welcomeRuntimeDelegate) A setter to set theWelcomeRuntimeDelegate. 
- 
Field Details
- 
WELCOME_RUNTIME_DELEGATE
TheWelcomeRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda welcome with an specific instance 
 - 
 - 
Constructor Details
- 
Welcome
public Welcome() 
 - 
 - 
Method Details
- 
getRuntimeDelegate
Returns an instance ofWelcomeRuntimeDelegate- Returns:
 
 - 
setRuntimeDelegate
A setter to set theWelcomeRuntimeDelegate.- Parameters:
 cockpitRuntimeDelegate-
 
 -