Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.service.registry |
Modifier and Type | Method and Description |
---|---|
boolean |
Metadata.lenientEquals(Metadata other)
Does not include the key or server controlled values (created, createdBy etc).
|
Modifier and Type | Method and Description |
---|---|
Metadata |
DatasetService.getMetadata(int metadataKey)
Get a metadata description by its key.
|
Metadata |
DatasetService.insertMetadata(UUID datasetKey,
InputStream document)
Inserts a metadata document, replacing any previously existing document of the same type.
|
Modifier and Type | Method and Description |
---|---|
List<Metadata> |
DatasetService.listMetadata(UUID datasetKey,
MetadataType type)
Lists all metadata descriptions available for a dataset and optionally filters them by document
type.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.