jBPM Designer - Backend 6.0.3-SNAPSHOT

Uses of Interface
org.jbpm.designer.web.plugin.IDiagramPlugin

Packages that use IDiagramPlugin
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
 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
 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
 class LocalPluginImpl
           
 

Methods in org.jbpm.designer.web.plugin.impl that return IDiagramPlugin
 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
static Map<String,IDiagramPlugin> PluginServiceImpl.getLocalPluginsRegistry(javax.servlet.ServletContext context)
          Initialize the local plugins registry
 Collection<IDiagramPlugin> PluginServiceImpl.getRegisteredPlugins(javax.servlet.http.HttpServletRequest request)
           
 


jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.