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
Modifier and TypeFieldDescriptionprotected static AdminRuntimeDelegate
TheAdminRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda admin with an specific instance -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AdminRuntimeDelegate
Returns an instance ofAdminRuntimeDelegate
static void
setAdminRuntimeDelegate
(AdminRuntimeDelegate adminRuntimeDelegate) A setter to set theAdminRuntimeDelegate
.
-
Field Details
-
ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegate
is 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
-
-