public class Workflow extends Object
| 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) |
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 © 2015 DuraSpace. All Rights Reserved.