Uses of Class
org.gbif.api.model.registry.Organization
Packages that use Organization
Package
Description
-
Uses of Organization in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry with parameters of type OrganizationModifier and TypeMethodDescriptionboolean
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 OrganizationModifier and TypeMethodDescriptionNodeService.endorsedOrganizations
(@NotNull UUID nodeKey, Pageable page) Provides access to the organizations endorsed by a single node.OrganizationService.list
(OrganizationRequestSearchParams searchParams) Provides paging service to list organizations that can be filtered by multiple parameters.OrganizationService.listByCountry
(Country country, Pageable page) Provides access to all organizations from a country.OrganizationService.listDeleted
(OrganizationRequestSearchParams searchParams) Provides access to deleted organizations.OrganizationService.listNonPublishing
(Pageable page) Provides access to organizations that are not publishing (e.g.OrganizationService.listPendingEndorsement
(Pageable page) Provides access to organizations that are awaiting their endorsement approval.NodeService.pendingEndorsements
(@NotNull UUID nodeKey, Pageable page) Provides access to the organizations that are awaiting an endorsement approval for the given node.NodeService.pendingEndorsements
(Pageable page) Provides access to the organizations that are awaiting an endorsement approval.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 OrganizationModifier and TypeMethodDescriptionCitationGenerator.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 OrganizationModifier and TypeMethodDescriptionstatic Iterable<Organization>
Iterables.endorsedOrganizations
(UUID nodeKey, NodeService service) NodeOrganizationPager.nextPage
(PagingRequest page) OrganizationPager.nextPage
(PagingRequest page) static Iterable<Organization>
Iterables.organizations
(Country country, OrganizationService service)