Uses of Class
org.gbif.api.model.registry.Dataset.DwcA
-
Packages that use Dataset.DwcA Package Description org.gbif.api.model.registry org.gbif.api.service.registry -
-
Uses of Dataset.DwcA in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return Dataset.DwcA Modifier and Type Method Description @Valid Dataset.DwcA
Dataset. getDwca()
Methods in org.gbif.api.model.registry with parameters of type Dataset.DwcA Modifier and Type Method Description void
Dataset. setDwca(Dataset.DwcA dwca)
-
Uses of Dataset.DwcA in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type Dataset.DwcA Modifier and Type Method Description void
DatasetService. createDwcaData(UUID datasetKey, Dataset.DwcA dwcA)
Add a new Contact to a target entity.void
DatasetService. updateDwcaData(UUID datasetKey, Dataset.DwcA dwcA)
Add a new Contact to a target entity.
-