Interface IDiagramPluginService

  • All Known Implementing Classes:
    PluginServiceImpl

    public interface IDiagramPluginService
    A service to access the registered plugins and find plugins.
    • Method Detail

      • 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 requested
        name - the name of the plugin to find
        Returns:
        the plugin object or null