Interface PaginatedBatch<L>

Type Parameters:
L - The type of entity link.
All Superinterfaces:
Batch<L>, Iterable<L>
All Known Implementing Classes:
ArtifactGroups, Artifacts, Automations, ClarityFiles, ClarityProcesses, Containers, ContainerTypes, Instruments, InstrumentTypes, Labs, ProcessTemplates, ProcessTypes, Projects, Properties, Queue, ReagentKits, ReagentLots, ReagentTypes, Researchers, Samples, Udfs, Udts

public interface PaginatedBatch<L> extends Batch<L>
Interface for objects that hold paginated batches of links to entities.
  • Method Details

    • getPreviousPage

      Page getPreviousPage()
    • setPreviousPage

      void setPreviousPage(Page previous)
    • getNextPage

      Page getNextPage()
    • setNextPage

      void setNextPage(Page next)