Uses of Class
nl.knaw.dans.lib.dataverse.model.dataset.DatasetVersion
Package
Description
Main package for the DANS Dataverse Client Library
-
Uses of DatasetVersion in nl.knaw.dans.lib.dataverse
Modifier and TypeMethodDescriptionDatasetApi.deleteMetadata
(String s, Map<String, String> metadataKeys) DatasetApi.deleteMetadata
(FieldList fields, Map<String, String> metadataKeys) DatasetApi.editMetadata
(String s) Edits the current draft's metadata, adding the fields that do not exist yet.DatasetApi.editMetadata
(String s, Boolean replace) Edits the current draft's metadata, adding the fields that do not exist yet.Edits the current draft's metadata, adding the fields that do not exist yet.DatasetApi.editMetadata
(String s, Map<String, String> metadataKeys) Edits the current draft's metadata, adding the fields that do not exist yet.DatasetApi.editMetadata
(FieldList fields) Edits the current draft's metadata, adding the fields that do not exist yet.DatasetApi.editMetadata
(FieldList fields, Boolean replace) Edits the current draft's metadata, adding the fields that do not exist yet.Edits the current draft's metadata, adding the fields that do not exist yet.DatasetApi.editMetadata
(FieldList fields, Map<String, String> metadataKeys) Edits the current draft's metadata, adding the fields that do not exist yet.DatasetApi.getAllVersions()
DatasetApi.getVersion()
Retrieves that latest version of a dataset that you can see with your permissions.DatasetApi.getVersion
(@NonNull String version, boolean excludeFiles) DatasetApi.getVersion
(String version) Retrieves a specific version of a dataset if you can see it with your permissions, otherwise returns a 401.DatasetApi.updateMetadata
(String s) DatasetApi.updateMetadata
(String s, Map<String, String> metadataKeys) DatasetApi.updateMetadata
(DatasetVersion version) Note that not all the attributes of the DatasetVersion object are writable.DatasetApi.updateMetadata
(DatasetVersion version, Map<String, String> metadataKeys) Modifier and TypeMethodDescriptionDatasetApi.updateMetadata
(DatasetVersion version) Note that not all the attributes of the DatasetVersion object are writable.DatasetApi.updateMetadata
(DatasetVersion version, Map<String, String> metadataKeys) -
Uses of DatasetVersion in nl.knaw.dans.lib.dataverse.model.dataset
Modifier and TypeMethodDescriptionDataset.getDatasetVersion()
Dataset.getLatestVersion()
DatasetLatestVersion.getLatestVersion()
Modifier and TypeMethodDescriptionvoid
Dataset.setDatasetVersion
(DatasetVersion datasetVersion) void
Dataset.setLatestVersion
(DatasetVersion latestVersion) void
DatasetLatestVersion.setLatestVersion
(DatasetVersion latestVersion)