Uses of Interface
org.camunda.bpm.admin.AdminRuntimeDelegate
Packages that use AdminRuntimeDelegate
Package
Description
-
Uses of AdminRuntimeDelegate in org.camunda.bpm.admin
Fields in org.camunda.bpm.admin declared as AdminRuntimeDelegateModifier and TypeFieldDescriptionprotected 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 AdminRuntimeDelegateModifier and TypeMethodDescriptionstatic AdminRuntimeDelegate
Admin.getRuntimeDelegate()
Returns an instance ofAdminRuntimeDelegate
Methods in org.camunda.bpm.admin with parameters of type AdminRuntimeDelegateModifier and TypeMethodDescriptionstatic 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 -
Uses of AdminRuntimeDelegate in org.camunda.bpm.webapp.impl.engine
Fields in org.camunda.bpm.webapp.impl.engine declared as AdminRuntimeDelegateModifier and TypeFieldDescriptionprotected final AdminRuntimeDelegate
ProcessEnginesFilter.adminRuntimeDelegate