public class SingleUserReviewAction extends ProcessingAction
| Modifier and Type | Field and Description |
|---|---|
static int |
MAIN_PAGE |
static int |
OUTCOME_REJECT |
static int |
REJECT_PAGE |
| Constructor and Description |
|---|
SingleUserReviewAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(Context c,
XmlWorkflowItem wfItem) |
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 static final int OUTCOME_REJECT
public void activate(Context c, XmlWorkflowItem wfItem)
public ActionResult execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) throws SQLException, AuthorizeException, IOException
execute in class ActionSQLExceptionAuthorizeExceptionIOExceptionpublic ActionResult processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionpublic ActionResult processRejectPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request) throws SQLException, AuthorizeException, IOException
Copyright © 2013 DuraSpace. All Rights Reserved.