Package org.camunda.bpm.admin
Class Admin
java.lang.Object
org.camunda.bpm.admin.Admin
The admin application. Provides access to the admin core services.
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static AdminRuntimeDelegateTheAdminRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda admin with an specific instance - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AdminRuntimeDelegateReturns an instance ofAdminRuntimeDelegatestatic voidsetAdminRuntimeDelegate(AdminRuntimeDelegate adminRuntimeDelegate) A setter to set theAdminRuntimeDelegate. 
- 
Field Details
- 
ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda admin with an specific instance 
 - 
 - 
Constructor Details
- 
Admin
public Admin() 
 - 
 - 
Method Details
- 
getRuntimeDelegate
Returns an instance ofAdminRuntimeDelegate- Returns:
 
 - 
setAdminRuntimeDelegate
A setter to set theAdminRuntimeDelegate.- Parameters:
 adminRuntimeDelegate-
 
 -