public class Workflow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected XmlWorkflowFactory |
xmlWorkflowFactory |
| Constructor and Description |
|---|
Workflow(String workflowID,
LinkedHashMap<String,Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
Step |
getFirstStep() |
String |
getID() |
Step |
getNextStep(Context context,
XmlWorkflowItem wfi,
Step currentStep,
int outcome) |
HashMap<String,Role> |
getRoles() |
Step |
getStep(String stepID) |
void |
setFirstStep(Step firstStep) |
protected XmlWorkflowFactory xmlWorkflowFactory
public Workflow(String workflowID, LinkedHashMap<String,Role> roles)
public Step getFirstStep()
public String getID()
public Step getStep(String stepID) throws WorkflowConfigurationException, IOException
public Step getNextStep(Context context, XmlWorkflowItem wfi, Step currentStep, int outcome) throws IOException, WorkflowConfigurationException, WorkflowException, SQLException
public void setFirstStep(Step firstStep)
Copyright © 2016 DuraSpace. All Rights Reserved.