Package org.camunda.bpm.cockpit.plugin
Interface PluginRegistry
- All Known Implementing Classes:
DefaultPluginRegistry
Deprecated.
The holder of registered cockpit plugins.
This class is deprecated, use
AppPluginRegistry
- Author:
- nico.rehwaldt
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the registered plugin with the given name ornull
if the plugin does not exist.Deprecated.Returns all registered plugins
-
Method Details
-
getPlugins
List<CockpitPlugin> getPlugins()Deprecated.Returns all registered plugins- Returns:
-
getPlugin
Deprecated.Returns the registered plugin with the given name ornull
if the plugin does not exist.- Parameters:
id
-- Returns:
-