Modifier and Type | Class and Description |
---|---|
class |
NameUsageSearchRequest
A name usage specific search request with convenience methods to add enum based search filters.
|
class |
NameUsageSuggestRequest
A name usage specific suggest request.
|
Constructor and Description |
---|
NameUsageSearchRequest(Pageable page) |
Modifier and Type | Class and Description |
---|---|
class |
DescriptorGroupSearchRequest |
class |
DescriptorSearchRequest |
Modifier and Type | Method and Description |
---|---|
Pageable |
SearchRequest.getPage() |
Pageable |
DescriptorSearchRequest.getPage() |
Pageable |
DescriptorGroupSearchRequest.getPage() |
Modifier and Type | Method and Description |
---|---|
Map<F,Pageable> |
FacetedSearchRequest.getFacetPages() |
Modifier and Type | Method and Description |
---|---|
void |
FacetedSearchRequest.setFacetPages(Map<F,Pageable> facetPages) |
Modifier and Type | Class and Description |
---|---|
class |
FacetedSearchResponse<T,F extends CollectionsFacetParameter> |
Constructor and Description |
---|
FacetedSearchResponse(Pageable page,
Long count,
List<T> results) |
FacetedSearchResponse(Pageable page,
Long count,
List<T> results,
List<CollectionFacet<F>> facets) |
Modifier and Type | Class and Description |
---|---|
class |
PageableBase
Generically is a class that contains attributes used by operations that are aware of pagination.
|
class |
PagingRequest |
class |
PagingResponse<T>
Paging response bean.
|
Modifier and Type | Method and Description |
---|---|
void |
PageableBase.copyPagingValues(Pageable pageable)
Utility method to copy paging values.
|
Constructor and Description |
---|
PagingRequest(Pageable page) |
PagingResponse(Pageable page) |
PagingResponse(Pageable page,
Long count) |
PagingResponse(Pageable page,
Long count,
List<T> results) |
Modifier and Type | Class and Description |
---|---|
class |
FacetedSearchRequest<P extends SearchParameter>
Generic request class for search operations requesting facets.
|
class |
SearchRequest<P extends SearchParameter>
Generic request class for search operations.
|
class |
SearchResponse<T,P extends SearchParameter>
Generic response of a search operation.
|
Modifier and Type | Method and Description |
---|---|
Pageable |
FacetedSearchRequest.getFacetPage(P parameter)
Gets the paging configuration of a facet parameter.
|
Modifier and Type | Method and Description |
---|---|
Map<P,Pageable> |
FacetedSearchRequest.getFacetPages()
Holds the paging configuration for each requested facet.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetedSearchRequest.setFacetPages(Map<P,Pageable> facetPages) |
Constructor and Description |
---|
FacetedSearchRequest(Pageable page) |
SearchRequest(Pageable page)
Minimal paging constructor.
|
SearchResponse(Pageable page)
Minimal paging constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
LiteratureSearchRequest |
Constructor and Description |
---|
LiteratureSearchRequest(Pageable page) |
Modifier and Type | Class and Description |
---|---|
class |
OccurrencePredicateSearchRequest
Search request that uses a predicate filter like the ones used un downloads.
|
class |
OccurrenceSearchRequest
Request class for issuing search request to the occurrence search service.
|
Constructor and Description |
---|
OccurrenceSearchRequest(Pageable page) |
Modifier and Type | Class and Description |
---|---|
class |
DatasetRequestSearchParams
Parameters to list datasets.
|
class |
DatasetSearchRequest
A dataset specific search request with convenience methods to add facet filters.
|
class |
DatasetSuggestRequest
A dataset specific suggest request.
|
class |
InstallationRequestSearchParams |
class |
NetworkRequestSearchParams |
class |
NodeRequestSearchParams |
class |
OrganizationRequestSearchParams |
class |
RequestSearchParams
Base class for registry requests to list the entities.
|
Modifier and Type | Method and Description |
---|---|
Pageable |
RequestSearchParams.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
RequestSearchParams.setPage(Pageable page) |
Constructor and Description |
---|
DatasetSearchRequest(Pageable page) |
Modifier and Type | Method and Description |
---|---|
PagingResponse<NameUsage> |
NameUsageService.list(Locale locale,
UUID datasetKey,
String sourceId,
Pageable page)
Page through all usages across all or one checklists.
|
PagingResponse<NameUsage> |
NameUsageService.listByCanonicalName(Locale locale,
String canonicalName,
Pageable page,
UUID... datasetKey)
Page through all usages with a given canonical name across all or some checklists.
|
PagingResponse<T> |
NameUsageExtensionService.listByUsage(int taxonKey,
Pageable page)
Returns all extension records for a checklist usage.
|
PagingResponse<NameUsage> |
NameUsageService.listChildren(int parentKey,
Locale locale,
Pageable page)
Lists all accepted child name usages for a given parent.
|
PagingResponse<NameUsage> |
NameUsageService.listRelated(int taxonKey,
Locale locale,
Pageable page,
UUID... datasetKey)
Lists all related checklist usages for a given nub usage.
|
PagingResponse<NameUsage> |
NameUsageService.listRoot(UUID datasetKey,
Locale locale,
Pageable page)
Lists all root usages for a given checklist, i.e.
|
PagingResponse<NameUsage> |
NameUsageService.listSynonyms(int taxonKey,
Locale locale,
Pageable page)
Lists all synonym name usages for a given accepted name usage.
|
Modifier and Type | Method and Description |
---|---|
PagingResponse<R> |
ChangeSuggestionService.list(Status status,
Type type,
String proposedBy,
UUID entityKey,
String ihIdentifier,
Pageable page) |
Modifier and Type | Method and Description |
---|---|
PagingResponse<T> |
CrudService.list(Pageable page)
Lists all entity.
|
Modifier and Type | Method and Description |
---|---|
PagingResponse<PipelineProcess> |
PipelinesHistoryService.getRunningPipelineProcess(Pageable pageable)
Returns information about all running pipelines executions
|
PagingResponse<IngestionProcess> |
IngestionHistoryService.history(List<FinishReason> finishReasons,
Pageable pageable) |
PagingResponse<PipelineProcess> |
PipelinesHistoryService.history(Pageable pageable)
Lists the history of all
PipelineProcess , sorted descending from the most recent one. |
PagingResponse<IngestionProcess> |
IngestionHistoryService.history(@NotNull UUID datasetKey,
List<FinishReason> finishReasons,
Pageable pageable) |
PagingResponse<PipelineProcess> |
PipelinesHistoryService.history(@NotNull UUID datasetKey,
Pageable pageable)
Lists the history of all
PipelineProcess of a dataset, sorted descending from the most
recent one. |
Modifier and Type | Method and Description |
---|---|
PagingResponse<Dataset> |
NodeService.endorsedDatasets(@NotNull UUID nodeKey,
Pageable page)
Provides paging service to list datasets published, i.e.
|
PagingResponse<Organization> |
NodeService.endorsedOrganizations(@NotNull UUID nodeKey,
Pageable page)
Provides access to the organizations endorsed by a single node.
|
PagingResponse<DownloadStatistics> |
OccurrenceDownloadService.getDownloadStatistics(Date fromDate,
Date toDate,
Country publishingCountry,
UUID datasetKey,
UUID publishingOrgKey,
Pageable page)
Retrieves downloads monthly stats by country (user and publishing country) and dataset.
|
PagingResponse<Dataset> |
InstallationService.getHostedDatasets(@NotNull UUID installationKey,
Pageable page)
Provides paging service to list datasets hosted by a specific installation.
|
PagingResponse<Dataset> |
OrganizationService.hostedDatasets(@NotNull UUID organizationKey,
Pageable page)
Provides paging service to list datasets hosted by, but not owned by, a specific organization.
|
PagingResponse<Installation> |
OrganizationService.installations(@NotNull UUID organizationKey,
Pageable page)
Provides paging service to list installations for the organization.
|
PagingResponse<Installation> |
NodeService.installations(@NotNull UUID nodeKey,
Pageable page)
Provides the installations that are registered to organizations with an approved endorsement
from the node.
|
PagingResponse<T> |
NetworkEntityService.list(Pageable page)
Deprecated.
|
PagingResponse<Download> |
OccurrenceDownloadService.list(Pageable page,
Set<Download.Status> status,
String source)
Retrieves a pageable result of all the downloads, optionally the downloads can be filtered by
status and source.
|
PagingResponse<DatasetProcessStatus> |
DatasetProcessStatusService.listAbortedDatasetProcesses(Pageable page)
Retrieves a pageable result of all dataset processing statuses that have been aborted in their latest crawl
|
PagingResponse<Dataset> |
DatasetService.listByCountry(Country country,
DatasetType type,
Pageable page)
Provides paging service to list datasets published, i.e.
|
PagingResponse<Organization> |
OrganizationService.listByCountry(Country country,
Pageable page)
Provides access to all organizations from a country.
|
PagingResponse<DatasetOccurrenceDownloadUsage> |
DatasetOccurrenceDownloadUsageService.listByDataset(@NotNull UUID datasetKey,
Boolean showDownloadDetails,
Pageable page)
Retrieves a pageable result of the downloads which contain data taken from a dataset.
|
PagingResponse<Dataset> |
DatasetService.listByDOI(String doi,
Pageable page)
Get a Dataset list from a DOI.
|
PagingResponse<Download> |
OccurrenceDownloadService.listByEraseAfter(Pageable page,
String eraseAfter,
Long size,
String erasureNotification)
Retrieves a pageable result of the downloads created by a user in a given status.
|
PagingResponse<T> |
NetworkEntityService.listByIdentifier(IdentifierType type,
String identifier,
Pageable page)
Deprecated.
|
PagingResponse<T> |
NetworkEntityService.listByIdentifier(String identifier,
Pageable page)
Deprecated.
|
PagingResponse<T> |
NetworkEntityService.listByMachineTag(String namespace,
String name,
String value,
Pageable page)
Deprecated.
|
PagingResponse<Dataset> |
DatasetService.listByType(DatasetType type,
Pageable page)
Provides paging service to list datasets published filtered by a particular dataset type.
|
PagingResponse<Installation> |
InstallationService.listByType(InstallationType type,
Pageable page)
Provides paging service to list installations filtered by a particular installation type.
|
PagingResponse<Download> |
OccurrenceDownloadService.listByUser(@NotNull String user,
Pageable page,
Set<Download.Status> status,
LocalDateTime from,
Boolean statistics)
Retrieves a pageable result of the downloads created by a user in a given status.
|
PagingResponse<Dataset> |
DatasetService.listConstituents(Pageable page)
Pages through all constituent datasets, i.e.
|
PagingResponse<Dataset> |
NetworkService.listConstituents(@NotNull UUID networkKey,
Pageable page)
Pages through dataset constituents of a network, i.e.
|
PagingResponse<Dataset> |
DatasetService.listConstituents(UUID datasetKey,
Pageable page)
Pages through constituents of a dataset, i.e.
|
PagingResponse<CountryOccurrenceDownloadUsage> |
OccurrenceDownloadService.listCountryUsages(@NotNull String keyOrDoi,
CountryUsageSortField sortBy,
SortOrder sortOrder,
Pageable page) |
PagingResponse<DatasetProcessStatus> |
DatasetProcessStatusService.listDatasetProcessStatus(Pageable page)
Retrieves a pageable result of all the dataset processing statuses.
|
PagingResponse<DatasetProcessStatus> |
DatasetProcessStatusService.listDatasetProcessStatus(@NotNull UUID datasetKey,
Pageable page)
Lists the
DatasetProcessStatus of a dataset. |
PagingResponse<Dataset> |
DatasetService.listDatasetsWithNoEndpoint(Pageable page)
Provides access to internal (e.g.
|
PagingResponse<DatasetOccurrenceDownloadUsage> |
OccurrenceDownloadService.listDatasetUsages(@NotNull String keyOrDoi,
Pageable page)
Retrieves a pageable result of the dataset usages in a occurrence download.
|
PagingResponse<DatasetOccurrenceDownloadUsage> |
OccurrenceDownloadService.listDatasetUsages(@NotNull String keyOrDoi,
String datasetTitle,
DatasetUsageSortField sortBy,
SortOrder sortOrder,
Pageable page) |
PagingResponse<Dataset> |
DatasetService.listDuplicates(Pageable page)
Provides access to datasets that are marked as a duplicate of another.
|
PagingResponse<MetasyncHistory> |
MetasyncHistoryService.listMetasync(Pageable page)
Retrieves a pageable result of all the metasync history records.
|
PagingResponse<MetasyncHistory> |
MetasyncHistoryService.listMetasync(@NotNull UUID installationKey,
Pageable page)
Lists the
MetasyncHistory of a installation. |
PagingResponse<Organization> |
OrganizationService.listNonPublishing(Pageable page)
Provides access to organizations that are not publishing (e.g.
|
PagingResponse<Installation> |
InstallationService.listNonPublishing(Pageable page)
Provides access to installations that serve no datasets.
|
PagingResponse<OrganizationOccurrenceDownloadUsage> |
OccurrenceDownloadService.listOrganizationUsages(@NotNull String keyOrDoi,
String organizationTitle,
OrganizationUsageSortField sortBy,
SortOrder sortOrder,
Pageable page) |
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<Dataset> |
OrganizationService.publishedDatasets(@NotNull UUID organizationKey,
Pageable page)
Provides paging service to list datasets published by a specific organization.
|
PagingResponse<Organization> |
NetworkService.publishingOrganizations(@NotNull UUID networkKey,
Pageable page)
Pages through publishing organizations of a network.
|
PagingResponse<T> |
NetworkEntityService.search(String query,
Pageable page)
Deprecated.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.