Uses of Class
org.dspace.xmlworkflow.state.Step

Packages that use Step
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 Step in org.dspace.xmlworkflow
 

Methods in org.dspace.xmlworkflow that return Step
static Step WorkflowFactory.createStep(Workflow workflow, String stepID)
           
 

Methods in org.dspace.xmlworkflow with parameters of type Step
static void WorkflowRequirementsManager.addClaimedUser(Context c, XmlWorkflowItem wfi, Step step, EPerson user)
          Adds a claimed user in the metadata if enough users have claimed this task (claimed or finished) to meet the required number the pooled tasks will be deleted
static void XmlWorkflowManager.createOwnedTask(Context c, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e)
           
static void XmlWorkflowManager.createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action)
           
static WorkflowActionConfig XmlWorkflowManager.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep)
           
 

Uses of Step in org.dspace.xmlworkflow.state
 

Methods in org.dspace.xmlworkflow.state that return Step
 Step Workflow.getFirstStep()
           
 Step Workflow.getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome)
           
 Step Workflow.getStep(String stepID)
           
 

Methods in org.dspace.xmlworkflow.state with parameters of type Step
 Step Workflow.getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome)
           
 void Workflow.setFirstStep(Step firstStep)
           
 

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

Methods in org.dspace.xmlworkflow.state.actions that return Step
 Step WorkflowActionConfig.getStep()
           
 

Methods in org.dspace.xmlworkflow.state.actions with parameters of type Step
abstract  ActionResult Action.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 void WorkflowActionConfig.setStep(Step step)
           
 

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

Methods in org.dspace.xmlworkflow.state.actions.processingaction with parameters of type Step
 ActionResult SingleUserReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult FinalEditAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult ScoreReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult AcceptEditRejectAction.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)
           
 ActionResult ReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult SingleUserReviewAction.processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult FinalEditAction.processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult AcceptEditRejectAction.processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult ReviewAction.processMainPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult SingleUserReviewAction.processRejectPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult AcceptEditRejectAction.processRejectPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult ReviewAction.processRejectPage(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 

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

Methods in org.dspace.xmlworkflow.state.actions.userassignment with parameters of type Step
 ActionResult AutoAssignAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult InheritUsersAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult NoUserSelectionAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult AssignAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult ClaimAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 ActionResult AssignOriginalSubmitterAction.execute(Context c, XmlWorkflowItem wfi, Step step, javax.servlet.http.HttpServletRequest request)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.