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
Modifier and TypeFieldDescriptionprotected static WelcomeRuntimeDelegate
TheWelcomeRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda welcome with an specific instance -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WelcomeRuntimeDelegate
Returns an instance ofWelcomeRuntimeDelegate
static void
setRuntimeDelegate
(WelcomeRuntimeDelegate welcomeRuntimeDelegate) A setter to set theWelcomeRuntimeDelegate
.
-
Field Details
-
WELCOME_RUNTIME_DELEGATE
TheWelcomeRuntimeDelegate
is 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
-
-