public class AcceptEditRejectAction extends ProcessingAction
| Modifier and Type | Field and Description |
|---|---|
static int |
MAIN_PAGE |
static int |
REJECT_PAGE |
| Constructor and Description |
|---|
AcceptEditRejectAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(Context c,
XmlWorkflowItem wf) |
ActionResult |
execute(Context c,
XmlWorkflowItem wfi,
Step step,
javax.servlet.http.HttpServletRequest request) |
ActionResult |
processMainPage(Context c,
XmlWorkflowItem wfi,
Step step,
javax.servlet.http.HttpServletRequest request) |
ActionResult |
processRejectPage(Context c,
XmlWorkflowItem wfi,
Step step,
javax.servlet.http.HttpServletRequest request) |
isAuthorizedaddErrorField, alertUsersOnActivation, getErrorFields, getParent, getProvenanceStartId, setParentpublic static final int MAIN_PAGE
public static final int REJECT_PAGE
public void activate(Context c, XmlWorkflowItem wf) throws java.sql.SQLException
public ActionResult execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) throws java.sql.SQLException, AuthorizeException, java.io.IOException
execute in class Actionjava.sql.SQLExceptionAuthorizeExceptionjava.io.IOExceptionpublic ActionResult processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) throws java.sql.SQLException, AuthorizeException
java.sql.SQLExceptionAuthorizeExceptionpublic ActionResult processRejectPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) throws java.sql.SQLException, AuthorizeException, java.io.IOException
java.sql.SQLExceptionAuthorizeExceptionjava.io.IOExceptionCopyright © 2013 DuraSpace. All Rights Reserved.