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 AdminRuntimeDelegateAdmin.ADMIN_RUNTIME_DELEGATETheAdminRuntimeDelegateis an delegate that will be initialized by bootstrapping camunda admin with an specific instanceMethods in org.camunda.bpm.admin that return AdminRuntimeDelegateModifier and TypeMethodDescriptionstatic AdminRuntimeDelegateAdmin.getRuntimeDelegate()Returns an instance ofAdminRuntimeDelegateMethods in org.camunda.bpm.admin with parameters of type AdminRuntimeDelegateModifier and TypeMethodDescriptionstatic voidAdmin.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 AdminRuntimeDelegateProcessEnginesFilter.adminRuntimeDelegate