java.lang.Object
com.genologics.ri.workflowconfiguration.Workflows
All Implemented Interfaces:
Batch<WorkflowLink>, Serializable, Iterable<WorkflowLink>

public class Workflows extends Object implements Batch<WorkflowLink>, Serializable
The representation of a list of Workflow links.
See Also:
  • Field Details

    • workflows

      protected List<WorkflowLink> workflows
      The list of workflow links.
  • Constructor Details

    • Workflows

      public Workflows()
      Default constructor.
  • Method Details

    • getWorkflows

      public List<WorkflowLink> getWorkflows()
      Gets the list of workflows.
      Returns:
      The list of workflow links.
    • getList

      public List<WorkflowLink> getList()
      Gets the list of workflows.
      Specified by:
      getList in interface Batch<WorkflowLink>
      Returns:
      The list of workflow links.
    • getSize

      public int getSize()
      Gets the number of workflows in the list.
      Specified by:
      getSize in interface Batch<WorkflowLink>
      Returns:
      The size of the workflow list.