Uses of Class
org.dspace.xmlworkflow.state.Workflow
Packages that use Workflow
Package
Description
An Item submission begins as a
WorkspaceItem in some user's workspace.A workflow consists of a sequence of steps.
-
Uses of Workflow in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return WorkflowModifier and TypeMethodDescriptionXmlWorkflowFactoryImpl.getDefaultWorkflow()XmlWorkflowFactoryImpl.getWorkflow(Collection collection) XmlWorkflowFactoryImpl.getWorkflowByName(String workflowName) Methods in org.dspace.xmlworkflow that return types with arguments of type WorkflowMethods in org.dspace.xmlworkflow with parameters of type WorkflowModifier and TypeMethodDescriptionprotected voidXmlWorkflowServiceImpl.activateFirstStep(Context context, Workflow wf, Step firstStep, XmlWorkflowItem wfi) Activate the first step in a workflow for a WorkflowItem.XmlWorkflowServiceImpl.doState(Context c, EPerson user, jakarta.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig) 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) Method parameters in org.dspace.xmlworkflow with type arguments of type WorkflowModifier and TypeMethodDescriptionvoidXmlWorkflowFactoryImpl.setWorkflowMapping(Map<String, Workflow> workflowMapping) Inject the mapping from Collection Handle into Workflow. -
Uses of Workflow in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return WorkflowModifier and TypeMethodDescriptionXmlWorkflowFactory.getDefaultWorkflow()Gets the default workflow, i.e. the workflow that is mapped to collection=default in workflow.xmlXmlWorkflowFactory.getWorkflow(Collection collection) Retrieve the workflow configuration for a single collectionXmlWorkflowFactory.getWorkflowByName(String workflowName) Retrieves the workflow configuration by nameMethods in org.dspace.xmlworkflow.factory that return types with arguments of type WorkflowModifier and TypeMethodDescriptionXmlWorkflowFactory.getAllConfiguredWorkflows()Creates a list of all configured workflows, or returns the cache of this if it was already created -
Uses of Workflow in org.dspace.xmlworkflow.service
Methods in org.dspace.xmlworkflow.service with parameters of type WorkflowModifier 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. -
Uses of Workflow in org.dspace.xmlworkflow.state
Methods in org.dspace.xmlworkflow.state that return WorkflowMethods in org.dspace.xmlworkflow.state with parameters of type WorkflowModifier and TypeMethodDescriptionprotected voidStep.setWorkflow(Workflow workflow) Set the workflow this step belongs to