org.jbpm.designer.web.plugin
Interface IDiagramPluginService
- All Known Implementing Classes:
- PluginServiceImpl
public interface IDiagramPluginService
A service to access the registered plugins and find plugins.
getRegisteredPlugins
Collection<IDiagramPlugin> getRegisteredPlugins(javax.servlet.http.HttpServletRequest request)
- Parameters:
request
- the context in which the plugins are requested.
- Returns:
- a unmodifiable collection of the registered plugins.
findPlugin
IDiagramPlugin findPlugin(javax.servlet.http.HttpServletRequest request,
String name)
- Parameters:
request
- the context in which the plugin is requestedname
- the name of the plugin to find
- Returns:
- the plugin object or null
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.