Uses of Class
org.dspace.xmlworkflow.state.Workflow
-
Packages that use Workflow Package Description org.dspace.xmlworkflow org.dspace.xmlworkflow.factory org.dspace.xmlworkflow.service org.dspace.xmlworkflow.state -
-
Uses of Workflow in org.dspace.xmlworkflow
Methods in org.dspace.xmlworkflow that return Workflow Modifier and Type Method Description WorkflowXmlWorkflowFactoryImpl. getDefaultWorkflow()WorkflowXmlWorkflowFactoryImpl. getWorkflow(Collection collection)WorkflowXmlWorkflowFactoryImpl. getWorkflowByName(String workflowName)Methods in org.dspace.xmlworkflow that return types with arguments of type Workflow Modifier and Type Method Description List<Workflow>XmlWorkflowFactoryImpl. getAllConfiguredWorkflows()Methods in org.dspace.xmlworkflow with parameters of type Workflow Modifier and Type Method Description protected voidXmlWorkflowServiceImpl. activateFirstStep(Context context, Workflow wf, Step firstStep, XmlWorkflowItem wfi)WorkflowActionConfigXmlWorkflowServiceImpl. doState(Context c, EPerson user, javax.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)WorkflowActionConfigXmlWorkflowServiceImpl. 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 Workflow Modifier and Type Method Description voidXmlWorkflowFactoryImpl. setWorkflowMapping(Map<String,Workflow> workflowMapping) -
Uses of Workflow in org.dspace.xmlworkflow.factory
Methods in org.dspace.xmlworkflow.factory that return Workflow Modifier and Type Method Description WorkflowXmlWorkflowFactory. getDefaultWorkflow()Gets the default workflow, i.e.WorkflowXmlWorkflowFactory. getWorkflow(Collection collection)Retrieve the workflow configuration for a single collectionWorkflowXmlWorkflowFactory. getWorkflowByName(String workflowName)Retrieves the workflow configuration by nameMethods in org.dspace.xmlworkflow.factory that return types with arguments of type Workflow Modifier and Type Method Description List<Workflow>XmlWorkflowFactory. 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 Workflow Modifier and Type Method Description WorkflowActionConfigXmlWorkflowService. doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)WorkflowActionConfigXmlWorkflowService. processOutcome(Context c, EPerson user, Workflow workflow, Step currentStep, WorkflowActionConfig currentActionConfig, ActionResult currentOutcome, XmlWorkflowItem wfi, boolean enteredNewStep) -
Uses of Workflow in org.dspace.xmlworkflow.state
Methods in org.dspace.xmlworkflow.state that return Workflow Modifier and Type Method Description WorkflowStep. getWorkflow()Methods in org.dspace.xmlworkflow.state with parameters of type Workflow Modifier and Type Method Description protected voidStep. setWorkflow(Workflow workflow)Set the workflow this step belongs to
-