Class ProcessTemplates

java.lang.Object
com.genologics.ri.processtemplate.ProcessTemplates
All Implemented Interfaces:
Batch<ProcessTemplateLink>, PaginatedBatch<ProcessTemplateLink>, Serializable, Iterable<ProcessTemplateLink>

public class ProcessTemplates extends Object implements PaginatedBatch<ProcessTemplateLink>, Serializable
The representation of a list of Process Template links.

The system enforces a maximum number of elements when generating the list of links. When the size of the request result set is larger than the system maximum, the list represents a paged view of the overall results, and the previous-page and next-page elements provide URIs linking to the previous or next page of links in the overall results.

See Also:
  • Field Details

    • processTemplates

      protected List<ProcessTemplateLink> processTemplates
      The list of process template links.
    • previousPage

      protected Page previousPage
      The link to the previous page of results.
    • nextPage

      protected Page nextPage
      The link to the next page of results.
  • Constructor Details

    • ProcessTemplates

      public ProcessTemplates()
      Default constructor.
  • Method Details