Interface IVorgangServletHandler
-
- All Known Implementing Classes:
VorgangServletHandler
@Deprecated public interface IVorgangServletHandler
Deprecated.Use by the old rest like API. Use other servlets such asFormProvideServlet
and the new workflow engine.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
changeStateAndRedirect(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Deprecated.Use the new workflow engine.void
openVorgang(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Deprecated.
-
-
-
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
-
-