Uses of Class
org.gbif.api.model.registry.Organization
-
Packages that use Organization Package Description org.gbif.api.model.registry org.gbif.api.service.registry org.gbif.api.util org.gbif.api.util.iterables -
-
Uses of Organization in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type Organization Modifier and Type Method Description boolean
Organization. lenientEquals(Organization other)
A lenient equality check for business logic uniqueness. -
Uses of Organization in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type Organization Modifier and Type Method Description PagingResponse<Organization>
NodeService. endorsedOrganizations(@NotNull UUID nodeKey, Pageable page)
Provides access to the organizations endorsed by a single node.PagingResponse<Organization>
OrganizationService. list(OrganizationRequestSearchParams searchParams)
Provides paging service to list organizations that can be filtered by multiple parameters.PagingResponse<Organization>
OrganizationService. listByCountry(Country country, Pageable page)
Provides access to all organizations from a country.PagingResponse<Organization>
OrganizationService. listDeleted(OrganizationRequestSearchParams searchParams)
Provides access to deleted organizations.PagingResponse<Organization>
OrganizationService. listNonPublishing(Pageable page)
Provides access to organizations that are not publishing (e.g.PagingResponse<Organization>
OrganizationService. listPendingEndorsement(Pageable page)
Provides access to organizations that are awaiting their endorsement approval.PagingResponse<Organization>
NodeService. pendingEndorsements(@NotNull UUID nodeKey, Pageable page)
Provides access to the organizations that are awaiting an endorsement approval for the given node.PagingResponse<Organization>
NodeService. pendingEndorsements(Pageable page)
Provides access to the organizations that are awaiting an endorsement approval.PagingResponse<Organization>
NetworkService. publishingOrganizations(@NotNull UUID networkKey, Pageable page)
Pages through publishing organizations of a network. -
Uses of Organization in org.gbif.api.util
Methods in org.gbif.api.util with parameters of type Organization Modifier and Type Method Description static CitationGenerator.CitationData
CitationGenerator. generateCitation(Dataset dataset, Organization org)
-
Uses of Organization in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables that return types with arguments of type Organization Modifier and Type Method Description static Iterable<Organization>
Iterables. endorsedOrganizations(UUID nodeKey, NodeService service)
PagingResponse<Organization>
NodeOrganizationPager. nextPage(PagingRequest page)
PagingResponse<Organization>
OrganizationPager. nextPage(PagingRequest page)
static Iterable<Organization>
Iterables. organizations(Country country, OrganizationService service)
-