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

Packages that use Workflow
org.dspace.xmlworkflow   
org.dspace.xmlworkflow.state   
 

Uses of Workflow in org.dspace.xmlworkflow
 

Methods in org.dspace.xmlworkflow that return Workflow
static Workflow WorkflowFactory.getWorkflow(Collection collection)
           
 

Methods in org.dspace.xmlworkflow with parameters of type Workflow
static Step WorkflowFactory.createStep(Workflow workflow, String stepID)
           
static WorkflowActionConfig XmlWorkflowManager.doState(Context c, EPerson user, javax.servlet.http.HttpServletRequest request, int workflowItemId, Workflow workflow, WorkflowActionConfig currentActionConfig)
           
static WorkflowActionConfig XmlWorkflowManager.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
 Workflow Step.getWorkflow()
           
 

Constructors in org.dspace.xmlworkflow.state with parameters of type Workflow
Step(String id, Workflow workflow, Role role, UserSelectionActionConfig userSelectionMethod, List<String> actionConfigsList, Map<Integer,String> outcomes, int requiredUsers)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.