Package org.camunda.bpm.cockpit.plugin
Interface PluginRegistry
-
- All Known Implementing Classes:
DefaultPluginRegistry
@Deprecated public interface PluginRegistry
Deprecated.The holder of registered cockpit plugins. This class is deprecated, useAppPluginRegistry
- Author:
- nico.rehwaldt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CockpitPlugin
getPlugin(String id)
Deprecated.Returns the registered plugin with the given name ornull
if the plugin does not exist.List<CockpitPlugin>
getPlugins()
Deprecated.Returns all registered plugins
-
-
-
Method Detail
-
getPlugins
List<CockpitPlugin> getPlugins()
Deprecated.Returns all registered plugins- Returns:
-
getPlugin
CockpitPlugin getPlugin(String id)
Deprecated.Returns the registered plugin with the given name ornull
if the plugin does not exist.- Parameters:
id
-- Returns:
-
-