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- 
getPluginsReturns all registered plugins- Returns:
 
- 
getPluginReturns the registered plugin with the given name ornullif the plugin does not exist.- Parameters:
- id-
- Returns:
 
 
-