Class DefaultPluginRegistry
java.lang.Object
org.operaton.bpm.cockpit.impl.plugin.DefaultPluginRegistry
- All Implemented Interfaces:
PluginRegistry
Wrapper for backwards-compatibility to
PluginRegistry.- Author:
- Daniel Meyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DefaultPluginRegistry
-
-
Method Details
-
getPlugins
- Specified by:
getPluginsin interfacePluginRegistry- Returns:
- all registered plugins
-
getPlugin
- Specified by:
getPluginin interfacePluginRegistry- Parameters:
id-- Returns:
- the registered plugin with the given name or
nullif the plugin does not exist.
-