Package org.gbif.api.util.iterables
Class OrgPublishingPager
java.lang.Object
org.gbif.api.util.iterables.BasePager<T>
org.gbif.api.util.iterables.OrgPublishingPager
Iterates over all datasets published by a given organisation.
-
Constructor Summary
ConstructorsConstructorDescriptionOrgPublishingPager
(OrganizationService os, UUID orgKey, DatasetType type, int pageSize) -
Method Summary
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 Details
-
OrgPublishingPager
public OrgPublishingPager(OrganizationService os, UUID orgKey, @Nullable DatasetType type, int pageSize)
-
-
Method Details