Uses of Interface
org.jbpm.designer.web.plugin.IDiagramPlugin
-
Packages that use IDiagramPlugin Package Description org.jbpm.designer.web.plugin org.jbpm.designer.web.plugin.impl -
-
Uses of IDiagramPlugin in org.jbpm.designer.web.plugin
Methods in org.jbpm.designer.web.plugin that return IDiagramPlugin Modifier and Type Method Description IDiagramPlugin
IDiagramPluginService. findPlugin(javax.servlet.http.HttpServletRequest request, String name)
Methods in org.jbpm.designer.web.plugin that return types with arguments of type IDiagramPlugin Modifier and Type Method Description Set<IDiagramPlugin>
IDiagramPluginFactory. getPlugins(javax.servlet.http.HttpServletRequest request)
Collection<IDiagramPlugin>
IDiagramPluginService. getRegisteredPlugins(javax.servlet.http.HttpServletRequest request)
-
Uses of IDiagramPlugin in org.jbpm.designer.web.plugin.impl
Classes in org.jbpm.designer.web.plugin.impl that implement IDiagramPlugin Modifier and Type Class Description class
LocalPluginImpl
Methods in org.jbpm.designer.web.plugin.impl that return IDiagramPlugin Modifier and Type Method Description IDiagramPlugin
PluginServiceImpl. findPlugin(javax.servlet.http.HttpServletRequest request, String name)
Methods in org.jbpm.designer.web.plugin.impl that return types with arguments of type IDiagramPlugin Modifier and Type Method Description static Map<String,IDiagramPlugin>
PluginServiceImpl. getLocalPluginsRegistry(javax.servlet.ServletContext context)
Initialize the local plugins registryCollection<IDiagramPlugin>
PluginServiceImpl. getRegisteredPlugins(javax.servlet.http.HttpServletRequest request)
-