jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.web.preprocessing.impl
Class JbpmPreprocessingUnit

java.lang.Object
  extended by 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


Field Summary
static String CUSTOMEDITORS_EXT
           
static String CUSTOMEDITORS_NAME
           
static String DEFAULT_CATEGORY_NAME
           
static String DEFAULT_THEME_NAME
           
static String PROCESSDICTIONARY_NAME
           
static String STENCILSET_PATH
           
static String THEME_COOKIE_NAME
           
static String THEME_EXT
           
static String THEME_NAME
           
static String WORKITEM_DEFINITION_EXT
           
 
Constructor Summary
JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext)
           
JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext, String designerPath)
           
 
Method Summary
static byte[] getBytesFromFile(File file)
           
 String getOutData()
           
 void preprocess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, IDiagramProfile profile, javax.servlet.ServletContext serlvetContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JbpmPreprocessingUnit

public JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext)

JbpmPreprocessingUnit

public JbpmPreprocessingUnit(javax.servlet.ServletContext servletContext,
                             String designerPath)
Method Detail

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)
Specified by:
preprocess in interface IDiagramPreprocessingUnit

getBytesFromFile

public static byte[] getBytesFromFile(File file)
                               throws IOException
Throws:
IOException

jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.