org.jbpm.designer.web.stencilset
Interface IDiagramStencilSetService
- All Known Implementing Classes:
- StencilSetServiceImpl
public interface IDiagramStencilSetService
A service to access registered StencilSets.
getRegisteredStencilSets
Collection<IDiagramStencilSet> getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request)
- Parameters:
request
- the request as context.
- Returns:
- the registered stencilsets.
findStencilSet
IDiagramStencilSet findStencilSet(javax.servlet.http.HttpServletRequest request,
String name)
- Finds a stencilset by name in the context of the request.
- Parameters:
request
- the request as context.name
- the name of a stencilset
- Returns:
- the stencilset
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.