Uses of Class
org.dspace.xmlworkflow.WorkflowException

Packages that use WorkflowException
org.dspace.xmlworkflow   
org.dspace.xmlworkflow.state   
org.dspace.xmlworkflow.state.actions   
org.dspace.xmlworkflow.state.actions.processingaction   
org.dspace.xmlworkflow.state.actions.userassignment   
 

Uses of WorkflowException in org.dspace.xmlworkflow
 

Methods in org.dspace.xmlworkflow that throw WorkflowException
static WorkflowActionConfig XmlWorkflowManager.doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)
           
static WorkflowActionConfig XmlWorkflowManager.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)
           
static XmlWorkflowItem XmlWorkflowManager.start(Context context, WorkspaceItem wsi)
           
static XmlWorkflowItem XmlWorkflowManager.startWithoutNotify(Context c, WorkspaceItem wsi)
          startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normally
 

Uses of WorkflowException in org.dspace.xmlworkflow.state
 

Methods in org.dspace.xmlworkflow.state that throw WorkflowException
 Step Workflow.getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome)
           
 String Step.getNextStepID(int outcome)
           
 

Uses of WorkflowException in org.dspace.xmlworkflow.state.actions
 

Methods in org.dspace.xmlworkflow.state.actions that throw WorkflowException
abstract  void Action.activate(Context c, XmlWorkflowItem wf)
           
abstract  ActionResult Action.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 

Uses of WorkflowException in org.dspace.xmlworkflow.state.actions.processingaction
 

Methods in org.dspace.xmlworkflow.state.actions.processingaction that throw WorkflowException
 void ScoreReviewAction.activate(Context c, XmlWorkflowItem wf)
           
 void ScoreEvaluationAction.activate(Context c, XmlWorkflowItem wf)
           
 void SelectReviewerAction.activate(Context c, XmlWorkflowItem wf)
           
 ActionResult ScoreReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult ScoreEvaluationAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult SelectReviewerAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 

Uses of WorkflowException in org.dspace.xmlworkflow.state.actions.userassignment
 

Methods in org.dspace.xmlworkflow.state.actions.userassignment that throw WorkflowException
 ActionResult AssignOriginalSubmitterAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.