Class ProcessDocumentServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.jbpm.workbench.pr.backend.server.ProcessDocumentServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@WebServlet(name="ProcessDocumentServlet", urlPatterns="/jbpm/documents") public class ProcessDocumentServlet extends javax.servlet.http.HttpServlet- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_RETRIEVING_DOCstatic StringINVALID_DOCUMENTstatic StringINVALID_PARAMSstatic StringINVALID_SERVICES_CLIENT
-
Constructor Summary
Constructors Constructor Description ProcessDocumentServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidsetKieServerIntegration(org.jbpm.workbench.ks.integration.KieServerIntegration kieServerIntegration)-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
ERROR_RETRIEVING_DOC
public static final String ERROR_RETRIEVING_DOC
- See Also:
- Constant Field Values
-
INVALID_SERVICES_CLIENT
public static final String INVALID_SERVICES_CLIENT
- See Also:
- Constant Field Values
-
INVALID_DOCUMENT
public static final String INVALID_DOCUMENT
- See Also:
- Constant Field Values
-
INVALID_PARAMS
public static final String INVALID_PARAMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
setKieServerIntegration
public void setKieServerIntegration(org.jbpm.workbench.ks.integration.KieServerIntegration kieServerIntegration)
-
-