Package org.camunda.bpm.admin
Class Admin
- java.lang.Object
-
- org.camunda.bpm.admin.Admin
-
public class Admin extends Object
The admin application. Provides access to the admin core services.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected static AdminRuntimeDelegate
ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda admin with an specific instance
-
Constructor Summary
Constructors Constructor Description Admin()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AdminRuntimeDelegate
getRuntimeDelegate()
Returns an instance ofAdminRuntimeDelegate
static void
setAdminRuntimeDelegate(AdminRuntimeDelegate adminRuntimeDelegate)
A setter to set theAdminRuntimeDelegate
.
-
-
-
Field Detail
-
ADMIN_RUNTIME_DELEGATE
protected static AdminRuntimeDelegate ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda admin with an specific instance
-
-
Method Detail
-
getRuntimeDelegate
public static AdminRuntimeDelegate getRuntimeDelegate()
Returns an instance ofAdminRuntimeDelegate
- Returns:
-
setAdminRuntimeDelegate
public static void setAdminRuntimeDelegate(AdminRuntimeDelegate adminRuntimeDelegate)
A setter to set theAdminRuntimeDelegate
.- Parameters:
cockpitRuntimeDelegate
-
-
-