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

      • ProcessDocumentServlet

        public ProcessDocumentServlet()
    • Method Detail

      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws javax.servlet.ServletException,
                             IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • setKieServerIntegration

        public void setKieServerIntegration​(org.jbpm.workbench.ks.integration.KieServerIntegration kieServerIntegration)