Uses of Interface
org.camunda.bpm.admin.AdminRuntimeDelegate
-
Packages that use AdminRuntimeDelegate Package Description org.camunda.bpm.admin org.camunda.bpm.admin.impl org.camunda.bpm.webapp.impl.engine -
-
Uses of AdminRuntimeDelegate in org.camunda.bpm.admin
Fields in org.camunda.bpm.admin declared as AdminRuntimeDelegate Modifier and Type Field Description protected static AdminRuntimeDelegate
Admin. ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda admin with an specific instanceMethods in org.camunda.bpm.admin that return AdminRuntimeDelegate Modifier and Type Method Description static AdminRuntimeDelegate
Admin. getRuntimeDelegate()
Returns an instance ofAdminRuntimeDelegate
Methods in org.camunda.bpm.admin with parameters of type AdminRuntimeDelegate Modifier and Type Method Description static void
Admin. setAdminRuntimeDelegate(AdminRuntimeDelegate adminRuntimeDelegate)
A setter to set theAdminRuntimeDelegate
. -
Uses of AdminRuntimeDelegate in org.camunda.bpm.admin.impl
Classes in org.camunda.bpm.admin.impl that implement AdminRuntimeDelegate Modifier and Type Class Description class
DefaultAdminRuntimeDelegate
-
Uses of AdminRuntimeDelegate in org.camunda.bpm.webapp.impl.engine
Fields in org.camunda.bpm.webapp.impl.engine declared as AdminRuntimeDelegate Modifier and Type Field Description protected AdminRuntimeDelegate
ProcessEnginesFilter. adminRuntimeDelegate
-