Package org.camunda.bpm.admin
Class Admin
- java.lang.Object
 - 
- org.camunda.bpm.admin.Admin
 
 
- 
public class Admin extends java.lang.ObjectThe admin application. Provides access to the admin core services.- Author:
 - Daniel Meyer
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected static AdminRuntimeDelegateADMIN_RUNTIME_DELEGATETheAdminRuntimeDelegateis 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 AdminRuntimeDelegategetRuntimeDelegate()Returns an instance ofAdminRuntimeDelegatestatic voidsetAdminRuntimeDelegate(AdminRuntimeDelegate adminRuntimeDelegate)A setter to set theAdminRuntimeDelegate. 
 - 
 
- 
- 
Field Detail
- 
ADMIN_RUNTIME_DELEGATE
protected static AdminRuntimeDelegate ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegateis 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-
 
 - 
 
 -