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

java.lang.Object
  extended by org.dspace.xmlworkflow.state.actions.Action
      extended by org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
Direct Known Subclasses:
AcceptEditRejectAction, FinalEditAction, ReviewAction, ScoreEvaluationAction, ScoreReviewAction, SelectReviewerAction, SingleUserReviewAction

public abstract class ProcessingAction
extends Action

A class that that extends the action to support the common isAuthorized method

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)

Constructor Summary
ProcessingAction()
           
 
Method Summary
 boolean isAuthorized(Context context, javax.servlet.http.HttpServletRequest request, XmlWorkflowItem wfi)
           
 
Methods inherited from class org.dspace.xmlworkflow.state.actions.Action
activate, addErrorField, alertUsersOnActivation, execute, getErrorFields, getParent, getProvenanceStartId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingAction

public ProcessingAction()
Method Detail

isAuthorized

public boolean isAuthorized(Context context,
                            javax.servlet.http.HttpServletRequest request,
                            XmlWorkflowItem wfi)
                     throws SQLException
Specified by:
isAuthorized in class Action
Throws:
SQLException


Copyright © 2012 DuraSpace. All Rights Reserved.