Uses of Interface
org.jbpm.designer.web.stencilset.IDiagramStencilSet
-
Packages that use IDiagramStencilSet Package Description org.jbpm.designer.web.stencilset org.jbpm.designer.web.stencilset.impl -
-
Uses of IDiagramStencilSet in org.jbpm.designer.web.stencilset
Methods in org.jbpm.designer.web.stencilset that return IDiagramStencilSet Modifier and Type Method Description IDiagramStencilSet
IDiagramStencilSetService. findStencilSet(javax.servlet.http.HttpServletRequest request, String name)
Finds a stencilset by name in the context of the request.Methods in org.jbpm.designer.web.stencilset that return types with arguments of type IDiagramStencilSet Modifier and Type Method Description Collection<IDiagramStencilSet>
IDiagramStencilSetService. getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request)
Set<IDiagramStencilSet>
IDiagramStencilSetFactory. getStencilSets(javax.servlet.http.HttpServletRequest request)
-
Uses of IDiagramStencilSet in org.jbpm.designer.web.stencilset.impl
Classes in org.jbpm.designer.web.stencilset.impl that implement IDiagramStencilSet Modifier and Type Class Description class
LocalStencilSetImpl
A local implementation of the stencilset for stencilsets defined inside the platform.Methods in org.jbpm.designer.web.stencilset.impl that return IDiagramStencilSet Modifier and Type Method Description IDiagramStencilSet
StencilSetServiceImpl. findStencilSet(javax.servlet.http.HttpServletRequest request, String name)
Methods in org.jbpm.designer.web.stencilset.impl that return types with arguments of type IDiagramStencilSet Modifier and Type Method Description Collection<IDiagramStencilSet>
StencilSetServiceImpl. getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request)
-