Uses of Interface
org.camunda.bpm.webapp.plugin.AppPluginRegistry
Package
Description
-
Uses of AppPluginRegistry in org.camunda.bpm.cockpit.impl.plugin
ModifierConstructorDescriptionDefaultPluginRegistry
(AppPluginRegistry<CockpitPlugin> wrappedRegistry) -
Uses of AppPluginRegistry in org.camunda.bpm.webapp
Modifier and TypeMethodDescriptionAppRuntimeDelegate.getAppPluginRegistry()
A registry that provides access to the plugins registered in the application. -
Uses of AppPluginRegistry in org.camunda.bpm.webapp.impl
Modifier and TypeFieldDescriptionprotected final AppPluginRegistry<T>
AbstractAppRuntimeDelegate.pluginRegistry
-
Uses of AppPluginRegistry in org.camunda.bpm.webapp.plugin.impl
Modifier and TypeClassDescriptionclass
DefaultAppPluginRegistry<T extends AppPlugin>
Default implementation ofAppPluginRegistry
that loads Plugins via theServiceLoader
facilities provided by the Java SE platform.