Uses of Class
org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
Packages that use WorkflowActionConfig
Package
Description
An Item submission begins as a
WorkspaceItem in some user's workspace.A workflow consists of a sequence of steps.
An
Action changes the state of an object in a workflow.-
Uses of WorkflowActionConfig in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return WorkflowActionConfigModifier and TypeMethodDescriptionXmlWorkflowServiceImpl.doState(Context c, EPerson user, jakarta.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig) XmlWorkflowFactoryImpl.getActionByName(String workflowActionName) protected 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) Methods in org.dspace.xmlworkflow with parameters of type WorkflowActionConfigModifier and TypeMethodDescriptionvoidXmlWorkflowServiceImpl.createOwnedTask(Context context, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e) voidXmlWorkflowServiceImpl.createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action) XmlWorkflowServiceImpl.doState(Context c, EPerson user, jakarta.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig) protected voidXmlWorkflowServiceImpl.logWorkflowEvent(Context c, String workflowId, String previousStepId, String previousActionConfigId, XmlWorkflowItem wfi, EPerson actor, Step newStep, WorkflowActionConfig newActionConfig) XmlWorkflowServiceImpl.processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep) -
Uses of WorkflowActionConfig in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return WorkflowActionConfigModifier and TypeMethodDescriptionXmlWorkflowFactory.getActionByName(String workflowActionName) Retrieves aWorkflowActionConfigobject based on its name, should correspond with bean id in workflow-actions.xml -
Uses of WorkflowActionConfig in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service that return WorkflowActionConfigModifier and TypeMethodDescriptionXmlWorkflowService.doState(Context c, EPerson user, jakarta.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig) Executes a workflow action and returns the next.XmlWorkflowService.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.Methods in org.dspace.xmlworkflow.service with parameters of type WorkflowActionConfigModifier and TypeMethodDescriptionvoidXmlWorkflowService.createOwnedTask(Context context, XmlWorkflowItem wi, Step step, WorkflowActionConfig action, EPerson e) Create a claim on a task action for a given EPerson.voidXmlWorkflowService.createPoolTasks(Context context, XmlWorkflowItem wi, RoleMembers assignees, Step step, WorkflowActionConfig action) Create the task pool for a given item and workflow step.XmlWorkflowService.doState(Context c, EPerson user, jakarta.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig) Executes a workflow action and returns the next.XmlWorkflowService.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 WorkflowActionConfig in org.dspace.xmlworkflow.state
Methods in org.dspace.xmlworkflow.state that return WorkflowActionConfigModifier and TypeMethodDescriptionStep.getActionConfig(String actionID) Get an WorkflowActionConfiguration object for the provided action identifierStep.getNextAction(WorkflowActionConfig currentAction) Look up the action which follows a given action.Methods in org.dspace.xmlworkflow.state that return types with arguments of type WorkflowActionConfigMethods in org.dspace.xmlworkflow.state with parameters of type WorkflowActionConfigModifier and TypeMethodDescriptionStep.getNextAction(WorkflowActionConfig currentAction) Look up the action which follows a given action.Method parameters in org.dspace.xmlworkflow.state with type arguments of type WorkflowActionConfigModifier and TypeMethodDescriptionvoidStep.setActions(List<WorkflowActionConfig> actions) Set the processing actions for the step. -
Uses of WorkflowActionConfig in org.dspace.xmlworkflow.state.actions
Subclasses of WorkflowActionConfig in org.dspace.xmlworkflow.state.actionsModifier and TypeClassDescriptionclassA class containing the user selection action configurationMethods in org.dspace.xmlworkflow.state.actions that return WorkflowActionConfigMethods in org.dspace.xmlworkflow.state.actions with parameters of type WorkflowActionConfigModifier and TypeMethodDescriptionvoidAction.setParent(WorkflowActionConfig parent) Configure this Action. -
Uses of WorkflowActionConfig in org.dspace.xmlworkflow.state.actions.userassignment
Methods in org.dspace.xmlworkflow.state.actions.userassignment with parameters of type WorkflowActionConfigModifier and TypeMethodDescriptionprotected voidAssignOriginalSubmitterAction.createTaskForEPerson(Context c, XmlWorkflowItem wfi, Step step, WorkflowActionConfig actionConfig, EPerson user) Create a claimed task for the user IF this user doesn't have a claimed action for this workflow itemprotected voidAutoAssignAction.createTaskForEPerson(Context c, XmlWorkflowItem wfi, Step step, WorkflowActionConfig actionConfig, EPerson user) Create a claimed task for the user IF this user doesn't have a claimed action for this workflow item