org.jbpm.designer.web.profile
public interface IDiagramProfileService
Modifier and Type | Method and Description |
---|---|
IDiagramProfile |
findProfile(javax.servlet.http.HttpServletRequest request,
String name) |
Collection<IDiagramProfile> |
getProfiles(javax.servlet.http.HttpServletRequest request) |
void |
init(javax.servlet.ServletContext servletContext)
Initialize the service with a particular context
|
IDiagramProfile findProfile(javax.servlet.http.HttpServletRequest request, String name)
request
- the contextname
- the name of the profileCollection<IDiagramProfile> getProfiles(javax.servlet.http.HttpServletRequest request)
request
- the contextvoid init(javax.servlet.ServletContext servletContext)
servletContext
- Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.