Interface IVorgangServletHandler

  • All Known Implementing Classes:
    VorgangServletHandler

    @Deprecated
    public interface IVorgangServletHandler
    Deprecated.
    This is part of the old rest API. Use the new API when it becomes available.
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • openVorgang

        void openVorgang​(javax.servlet.http.HttpServletRequest req,
                         javax.servlet.http.HttpServletResponse resp)
                  throws IOException
        Deprecated.
        Throws:
        IOException
      • changeStateAndRedirect

        @Deprecated
        void changeStateAndRedirect​(javax.servlet.http.HttpServletRequest req,
                                    javax.servlet.http.HttpServletResponse resp)
                             throws IOException
        Deprecated.
        Use the new workflow engine. Build event data via WorkflowEventDataFactory and trigger the event via WorkflowEventRunner.
        Throws:
        IOException