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 registeredAppPlugins
.- Author:
- nico.rehwaldt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getPlugin(java.lang.String id)
Returns the registered plugin with the given name ornull
if the plugin does not exist.java.util.List<T>
getPlugins()
Returns all registered plugins
-