Uses of Interface
org.camunda.bpm.admin.AdminRuntimeDelegate
Package
Description
-
Uses of AdminRuntimeDelegate in org.camunda.bpm.admin
Modifier and TypeFieldDescriptionprotected static AdminRuntimeDelegate
Admin.ADMIN_RUNTIME_DELEGATE
TheAdminRuntimeDelegate
is an delegate that will be initialized by bootstrapping camunda admin with an specific instanceModifier and TypeMethodDescriptionstatic AdminRuntimeDelegate
Admin.getRuntimeDelegate()
Returns an instance ofAdminRuntimeDelegate
Modifier and TypeMethodDescriptionstatic void
Admin.setAdminRuntimeDelegate
(AdminRuntimeDelegate adminRuntimeDelegate) A setter to set theAdminRuntimeDelegate
. -
Uses of AdminRuntimeDelegate in org.camunda.bpm.admin.impl
-
Uses of AdminRuntimeDelegate in org.camunda.bpm.webapp.impl.engine
Modifier and TypeFieldDescriptionprotected final AdminRuntimeDelegate
ProcessEnginesFilter.adminRuntimeDelegate