Package org.operaton.bpm.cockpit.plugin
Interface PluginRegistry
- All Known Implementing Classes:
DefaultPluginRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
The registry for cockpit plugins.
- Author:
- nico.rehwaldt
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getPlugins
List<CockpitPlugin> getPlugins()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- all registered plugins
-
getPlugin
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
id-- Returns:
- the registered plugin with the given name or
nullif the plugin does not exist.
-
invalid reference