Package org.camunda.bpm.welcome
Class Welcome
- java.lang.Object
-
- org.camunda.bpm.welcome.Welcome
-
public class Welcome extends Object
The welcome application. Provides access to the welcome core services.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected static WelcomeRuntimeDelegate
WELCOME_RUNTIME_DELEGATE
TheWelcomeRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda welcome with an specific instance
-
Constructor Summary
Constructors Constructor Description Welcome()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WelcomeRuntimeDelegate
getRuntimeDelegate()
Returns an instance ofWelcomeRuntimeDelegate
static void
setRuntimeDelegate(WelcomeRuntimeDelegate welcomeRuntimeDelegate)
A setter to set theWelcomeRuntimeDelegate
.
-
-
-
Field Detail
-
WELCOME_RUNTIME_DELEGATE
protected static WelcomeRuntimeDelegate WELCOME_RUNTIME_DELEGATE
TheWelcomeRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda welcome with an specific instance
-
-
Method Detail
-
getRuntimeDelegate
public static WelcomeRuntimeDelegate getRuntimeDelegate()
Returns an instance ofWelcomeRuntimeDelegate
- Returns:
-
setRuntimeDelegate
public static void setRuntimeDelegate(WelcomeRuntimeDelegate welcomeRuntimeDelegate)
A setter to set theWelcomeRuntimeDelegate
.- Parameters:
cockpitRuntimeDelegate
-
-
-