Package org.jbpm.designer.web.profile
Interface IDiagramProfileFactory
-
public interface IDiagramProfileFactory
An interface for other bundles to grab and register profiles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<IDiagramProfile>
getProfiles(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
getProfiles
Set<IDiagramProfile> getProfiles(javax.servlet.http.HttpServletRequest request)
- Returns:
- a set of created profiles.
-
-