Uses of Interface
org.camunda.bpm.cockpit.plugin.PluginRegistry
-
Packages that use PluginRegistry Package Description org.camunda.bpm.cockpit org.camunda.bpm.cockpit.impl org.camunda.bpm.cockpit.impl.plugin -
-
Uses of PluginRegistry in org.camunda.bpm.cockpit
Methods in org.camunda.bpm.cockpit that return PluginRegistry Modifier and Type Method Description PluginRegistry
CockpitRuntimeDelegate. getPluginRegistry()
Deprecated. -
Uses of PluginRegistry in org.camunda.bpm.cockpit.impl
Methods in org.camunda.bpm.cockpit.impl that return PluginRegistry Modifier and Type Method Description PluginRegistry
DefaultCockpitRuntimeDelegate. getPluginRegistry()
Deprecated. -
Uses of PluginRegistry in org.camunda.bpm.cockpit.impl.plugin
Classes in org.camunda.bpm.cockpit.impl.plugin that implement PluginRegistry Modifier and Type Class Description class
DefaultPluginRegistry
Wrapper for backwards-compatibility toPluginRegistry
.
-