|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.work.workitem.FlowDetails
public class FlowDetails
A data object that represents the flow of a work item
Constructor Summary | |
---|---|
FlowDetails(String workItemId,
String flowName,
List<FlowParameter> parameters,
List<Task> tasks)
Constructor |
Method Summary | |
---|---|
String |
getFlowName()
Get the name for this flow |
List<FlowParameter> |
getParameters()
Get the parameters for this flow |
List<Task> |
getTasks()
Get the tasks for this flow |
String |
getWorkItemId()
Get the work item id for this flow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlowDetails(String workItemId, String flowName, List<FlowParameter> parameters, List<Task> tasks)
workItemId
- flowName
- parameters
- tasks
- Method Detail |
---|
public String getWorkItemId()
public String getFlowName()
public List<FlowParameter> getParameters()
public List<Task> getTasks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |