java.lang.Object
com.genologics.ri.workflowconfiguration.Workflows
- All Implemented Interfaces:
Batch<WorkflowLink>,Serializable,Iterable<WorkflowLink>
The representation of a list of Workflow links.
- See Also:
-
Field Details
-
workflows
The list of workflow links.
-
-
Constructor Details
-
Workflows
public Workflows()Default constructor.
-
-
Method Details
-
getWorkflows
Gets the list of workflows.- Returns:
- The list of workflow links.
-
getList
Gets the list of workflows.- Specified by:
getListin interfaceBatch<WorkflowLink>- Returns:
- The list of workflow links.
-
getSize
public int getSize()Gets the number of workflows in the list.- Specified by:
getSizein interfaceBatch<WorkflowLink>- Returns:
- The size of the workflow list.
-