Uses of Interface
org.camunda.bpm.webapp.plugin.AppPluginRegistry
-
Packages that use AppPluginRegistry Package Description org.camunda.bpm.cockpit.impl.plugin org.camunda.bpm.webapp org.camunda.bpm.webapp.impl org.camunda.bpm.webapp.plugin.impl -
-
Uses of AppPluginRegistry in org.camunda.bpm.cockpit.impl.plugin
Constructors in org.camunda.bpm.cockpit.impl.plugin with parameters of type AppPluginRegistry Constructor Description DefaultPluginRegistry(AppPluginRegistry<CockpitPlugin> wrappedRegistry) -
Uses of AppPluginRegistry in org.camunda.bpm.webapp
Methods in org.camunda.bpm.webapp that return AppPluginRegistry Modifier and Type Method Description AppPluginRegistry<T>AppRuntimeDelegate. getAppPluginRegistry()A registry that provides access to the plugins registered in the application. -
Uses of AppPluginRegistry in org.camunda.bpm.webapp.impl
Fields in org.camunda.bpm.webapp.impl declared as AppPluginRegistry Modifier and Type Field Description protected AppPluginRegistry<T>AbstractAppRuntimeDelegate. pluginRegistryMethods in org.camunda.bpm.webapp.impl that return AppPluginRegistry Modifier and Type Method Description AppPluginRegistry<T>AbstractAppRuntimeDelegate. getAppPluginRegistry() -
Uses of AppPluginRegistry in org.camunda.bpm.webapp.plugin.impl
Classes in org.camunda.bpm.webapp.plugin.impl that implement AppPluginRegistry Modifier and Type Class Description classDefaultAppPluginRegistry<T extends AppPlugin>Default implementation ofAppPluginRegistrythat loads Plugins via theServiceLoaderfacilities provided by the Java SE platform.
-