Uses of Class
org.dspace.xmlworkflow.state.actions.ActionResult
Packages that use ActionResult
Package
Description
An Item submission begins as a
WorkspaceItem in some user's workspace.An
Action changes the state of an object in a workflow.-
Uses of ActionResult in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow with parameters of type ActionResultModifier and TypeMethodDescriptionprotected WorkflowActionConfigXmlWorkflowServiceImpl.processNextStep(Context c, EPerson user, Workflow workflow, ActionResult currentOutcome, XmlWorkflowItem wfi, Step nextStep) XmlWorkflowServiceImpl.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep) -
Uses of ActionResult in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service with parameters of type ActionResultModifier and TypeMethodDescriptionXmlWorkflowService.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep) Select the next action based on the outcome of a current action. -
Uses of ActionResult in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions that return ActionResultModifier and TypeMethodDescriptionabstract ActionResultAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) Called when the action is to be performed. -
Uses of ActionResult in org.dspace.xmlworkflow.state.actions.processingaction
Methods in org.dspace.xmlworkflow.state.actions.processingaction that return ActionResultModifier and TypeMethodDescriptionAcceptEditRejectAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) FinalEditAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) ReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) ScoreEvaluationAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) ScoreReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) SelectReviewerAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) SingleUserReviewAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) AcceptEditRejectAction.processAccept(Context c, XmlWorkflowItem wfi) ReviewAction.processAccept(Context c, XmlWorkflowItem wfi) SingleUserReviewAction.processAccept(Context c, XmlWorkflowItem wfi) Accept the workflow item => last step in workflow so will be archived Info on step & reviewer will be added on metadata dc.description.provenance of resulting itemFinalEditAction.processMainPage(Context c, XmlWorkflowItem wfi, jakarta.servlet.http.HttpServletRequest request) ProcessingAction.processRejectPage(Context c, XmlWorkflowItem wfi, jakarta.servlet.http.HttpServletRequest request) Process result when option {@link this#SUBMIT_REJECT} is selectedAcceptEditRejectAction.processSubmitterIsDeletedPage(Context c, XmlWorkflowItem wfi, jakarta.servlet.http.HttpServletRequest request) ReviewAction.processSubmitterIsDeletedPage(Context c, XmlWorkflowItem wfi, jakarta.servlet.http.HttpServletRequest request) -
Uses of ActionResult in org.dspace.xmlworkflow.state.actions.userassignment
Methods in org.dspace.xmlworkflow.state.actions.userassignment that return ActionResultModifier and TypeMethodDescriptionAssignAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) AssignOriginalSubmitterAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) AutoAssignAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) ClaimAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) InheritUsersAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request) NoUserSelectionAction.execute(Context c, XmlWorkflowItem wfi, Step step, jakarta.servlet.http.HttpServletRequest request)