Package org.gbif.api.util.iterables
Class NodeOrganizationPager
- java.lang.Object
-
- org.gbif.api.util.iterables.BasePager<T>
-
- org.gbif.api.util.iterables.NodeOrganizationPager
-
- All Implemented Interfaces:
Iterable<Organization>
public class NodeOrganizationPager extends BasePager<T>
Pages through all organizations endorsed by a given node.
-
-
Constructor Summary
Constructors Constructor Description NodeOrganizationPager(NodeService service, UUID endorsingNodeKey, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagingResponse<Organization>
nextPage(PagingRequest page)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
NodeOrganizationPager
public NodeOrganizationPager(NodeService service, UUID endorsingNodeKey, int pageSize)
-
-
Method Detail
-
nextPage
public PagingResponse<Organization> nextPage(PagingRequest page)
- Specified by:
nextPage
in classBasePager<Organization>
-
-