Uses of Interface
org.jbpm.designer.web.preprocessing.IDiagramPreprocessingUnit
-
Packages that use IDiagramPreprocessingUnit Package Description org.jbpm.designer.web.preprocessing org.jbpm.designer.web.preprocessing.impl -
-
Uses of IDiagramPreprocessingUnit in org.jbpm.designer.web.preprocessing
Methods in org.jbpm.designer.web.preprocessing that return IDiagramPreprocessingUnit Modifier and Type Method Description IDiagramPreprocessingUnit
IDiagramPreprocessingService. findPreprocessingUnit(javax.servlet.http.HttpServletRequest request, IDiagramProfile profile)
Methods in org.jbpm.designer.web.preprocessing that return types with arguments of type IDiagramPreprocessingUnit Modifier and Type Method Description Collection<IDiagramPreprocessingUnit>
IDiagramPreprocessingService. getRegisteredPreprocessingUnits(javax.servlet.http.HttpServletRequest request)
-
Uses of IDiagramPreprocessingUnit in org.jbpm.designer.web.preprocessing.impl
Classes in org.jbpm.designer.web.preprocessing.impl that implement IDiagramPreprocessingUnit Modifier and Type Class Description class
DefaultPreprocessingUnit
class
JbpmPreprocessingUnit
JbpmPreprocessingUnit - preprocessing unit for the jbpm profileMethods in org.jbpm.designer.web.preprocessing.impl that return IDiagramPreprocessingUnit Modifier and Type Method Description IDiagramPreprocessingUnit
PreprocessingServiceImpl. findPreprocessingUnit(javax.servlet.http.HttpServletRequest request, IDiagramProfile profile)
Methods in org.jbpm.designer.web.preprocessing.impl that return types with arguments of type IDiagramPreprocessingUnit Modifier and Type Method Description Collection<IDiagramPreprocessingUnit>
PreprocessingServiceImpl. getRegisteredPreprocessingUnits(javax.servlet.http.HttpServletRequest request)
-