com.sas.hls.work.workitem
Class FlowDetails

java.lang.Object
  extended by com.sas.hls.work.workitem.FlowDetails
All Implemented Interfaces:
Serializable

public class FlowDetails
extends Object
implements Serializable

A data object that represents the flow of a work item

See Also:
Serialized Form

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

FlowDetails

public FlowDetails(String workItemId,
                   String flowName,
                   List<FlowParameter> parameters,
                   List<Task> tasks)
Constructor

Parameters:
workItemId -
flowName -
parameters -
tasks -
Method Detail

getWorkItemId

public String getWorkItemId()
Get the work item id for this flow

Returns:
the work item id

getFlowName

public String getFlowName()
Get the name for this flow

Returns:
the name of the flow

getParameters

public List<FlowParameter> getParameters()
Get the parameters for this flow

Returns:
the parameters

getTasks

public List<Task> getTasks()
Get the tasks for this flow

Returns:
the tasks


Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA