org.jbpm.designer.web.preprocessing.impl
Class JbpmPreprocessingUnit
java.lang.Object
org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit
- All Implemented Interfaces:
- IDiagramPreprocessingUnit
public class JbpmPreprocessingUnit
- extends Object
- implements IDiagramPreprocessingUnit
JbpmPreprocessingUnit - preprocessing unit for the jbpm profile
Constructor Summary |
JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext,
String designerPath,
org.uberfire.backend.vfs.VFSService vfsService)
|
JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext,
org.uberfire.backend.vfs.VFSService vfsService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STENCILSET_PATH
public static final String STENCILSET_PATH
- See Also:
- Constant Field Values
WORKITEM_DEFINITION_EXT
public static final String WORKITEM_DEFINITION_EXT
- See Also:
- Constant Field Values
THEME_NAME
public static final String THEME_NAME
- See Also:
- Constant Field Values
THEME_EXT
public static final String THEME_EXT
- See Also:
- Constant Field Values
DEFAULT_THEME_NAME
public static final String DEFAULT_THEME_NAME
- See Also:
- Constant Field Values
CUSTOMEDITORS_NAME
public static final String CUSTOMEDITORS_NAME
- See Also:
- Constant Field Values
PROCESSDICTIONARY_NAME
public static final String PROCESSDICTIONARY_NAME
- See Also:
- Constant Field Values
CUSTOMEDITORS_EXT
public static final String CUSTOMEDITORS_EXT
- See Also:
- Constant Field Values
THEME_COOKIE_NAME
public static final String THEME_COOKIE_NAME
- See Also:
- Constant Field Values
DEFAULT_CATEGORY_NAME
public static final String DEFAULT_CATEGORY_NAME
- See Also:
- Constant Field Values
INCLUDE_DATA_OBJECT
public static final String INCLUDE_DATA_OBJECT
- See Also:
- Constant Field Values
JbpmPreprocessingUnit
public JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext,
org.uberfire.backend.vfs.VFSService vfsService)
JbpmPreprocessingUnit
public JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext,
String designerPath,
org.uberfire.backend.vfs.VFSService vfsService)
getOutData
public String getOutData()
- Specified by:
getOutData
in interface IDiagramPreprocessingUnit
preprocess
public void preprocess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
IDiagramProfile profile,
javax.servlet.ServletContext serlvetContext,
boolean readOnly,
org.uberfire.io.IOService ioService)
- Specified by:
preprocess
in interface IDiagramPreprocessingUnit
getBytesFromFile
public static byte[] getBytesFromFile(File file)
throws IOException
- Throws:
IOException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.