Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.service.registry | |
org.gbif.api.util | |
org.gbif.api.util.iterables |
Modifier and Type | Method and Description |
---|---|
boolean |
Organization.lenientEquals(Organization other)
A lenient equality check for business logic uniqueness.
|
Modifier and Type | Method and 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(Pageable page)
Provides access to the organizations that are awaiting an 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> |
NetworkService.publishingOrganizations(@NotNull UUID networkKey,
Pageable page)
Pages through publishing organizations of a network.
|
Modifier and Type | Method and Description |
---|---|
static CitationGenerator.CitationData |
CitationGenerator.generateCitation(Dataset dataset,
Organization org) |
Modifier and Type | Method and Description |
---|---|
static Iterable<Organization> |
Iterables.endorsedOrganizations(UUID nodeKey,
NodeService service) |
PagingResponse<Organization> |
OrganizationPager.nextPage(PagingRequest page) |
PagingResponse<Organization> |
NodeOrganizationPager.nextPage(PagingRequest page) |
static Iterable<Organization> |
Iterables.organizations(Country country,
OrganizationService service) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.