Package org.camunda.bpm.webapp.plugin
Interface AppPluginRegistry<T extends AppPlugin>
- All Known Implementing Classes:
DefaultAppPluginRegistry
public interface AppPluginRegistry<T extends AppPlugin>
The holder of registered
AppPlugins
.- Author:
- nico.rehwaldt
-
Method Summary
-
Method Details
-
getPlugins
Returns all registered plugins- Returns:
-
getPlugin
Returns the registered plugin with the given name ornull
if the plugin does not exist.- Parameters:
id
-- Returns:
-