org.dspace.xmlworkflow.state.actions.processingaction
Class SelectReviewerAction

java.lang.Object
  extended by org.dspace.xmlworkflow.state.actions.Action
      extended by org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
          extended by org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction

public class SelectReviewerAction
extends ProcessingAction

Processing class for an action where an assigned user can assign another user to review the item

Author:
Bram De Schouwer (bram.deschouwer at dot com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)

Field Summary
static int MAIN_PAGE
           
static int RESULTS_PER_PAGE
           
static int SEARCH_RESULTS_PAGE
           
 
Constructor Summary
SelectReviewerAction()
           
 
Method Summary
 void activate(Context c, XmlWorkflowItem wf)
           
 ActionResult execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 String getRoleId()
           
 void setRoleId(String roleId)
           
 
Methods inherited from class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
isAuthorized
 
Methods inherited from class org.dspace.xmlworkflow.state.actions.Action
addErrorField, alertUsersOnActivation, getErrorFields, getParent, getProvenanceStartId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_PAGE

public static final int MAIN_PAGE
See Also:
Constant Field Values

SEARCH_RESULTS_PAGE

public static final int SEARCH_RESULTS_PAGE
See Also:
Constant Field Values

RESULTS_PER_PAGE

public static final int RESULTS_PER_PAGE
See Also:
Constant Field Values
Constructor Detail

SelectReviewerAction

public SelectReviewerAction()
Method Detail

activate

public void activate(Context c,
                     XmlWorkflowItem wf)
              throws SQLException,
                     IOException,
                     AuthorizeException,
                     WorkflowException
Specified by:
activate in class Action
Throws:
SQLException
IOException
AuthorizeException
WorkflowException

execute

public ActionResult execute(Context c,
                            XmlWorkflowItem wfi,
                            Step step,
                            javax.servlet.http.HttpServletRequest request)
                     throws SQLException,
                            AuthorizeException,
                            IOException,
                            WorkflowException
Specified by:
execute in class Action
Throws:
SQLException
AuthorizeException
IOException
WorkflowException

getRoleId

public String getRoleId()

setRoleId

public void setRoleId(String roleId)


Copyright © 2011 DuraSpace. All Rights Reserved.