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 SummaryFieldsModifier and TypeFieldDescriptionprotected static AdminRuntimeDelegateTheAdminRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda admin with an specific instance
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AdminRuntimeDelegateReturns an instance ofAdminRuntimeDelegatestatic voidsetAdminRuntimeDelegate(AdminRuntimeDelegate adminRuntimeDelegate) A setter to set theAdminRuntimeDelegate.
- 
Field Details- 
ADMIN_RUNTIME_DELEGATETheAdminRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda admin with an specific instance
 
- 
- 
Constructor Details- 
Adminpublic Admin()
 
- 
- 
Method Details- 
getRuntimeDelegateReturns an instance ofAdminRuntimeDelegate- Returns:
 
- 
setAdminRuntimeDelegateA setter to set theAdminRuntimeDelegate.- Parameters:
- adminRuntimeDelegate-
 
 
-