Uses of Class
nl.knaw.dans.lib.dataverse.model.DataMessage
Packages that use DataMessage
Package
Description
Main package for the DANS Dataverse Client Library
Objects that model the messages sent to and received from Dataverse.
-
Uses of DataMessage in nl.knaw.dans.lib.dataverse
Methods in nl.knaw.dans.lib.dataverse that return types with arguments of type DataMessageModifier and TypeMethodDescriptionLicenseApi.addLicense(License license) Adds a lock of the specified type to the dataset.DataverseApi.assignDefaultRoleOnDataset(String roleName) DataverseApi.assignRole(RoleAssignment roleAssignment) MetadataExportApi.clearExportTimestamps()Clears metadata export timestamps on published local datasets.SolrIndexApi.clearTimestamps()Clears the index timestamps for all objects, causing them to be re-indexed on the next indexing run.DataverseApi.createRole(String role) DataverseApi.createRole(Role role) DataverseApi.defineMetadataBlocks(List<String> metadataBlocks) DataverseApi.delete()DatasetApi.deleteArchivalStatus(String version) Deletes the archival status of a dataset version.AdminApi.deleteBannerMessage(int id) Deletes a banner message.WorkflowsApi.deleteDefault(String triggerType) DatasetApi.deleteDraft()WorkflowsApi.deleteIpWhitelist()LicenseApi.deleteLicense(long id) DatasetApi.deleteLock(String lockType) Deletes a lock of the specified type from the dataset.DatasetApi.deleteRoleAssignment(int roleAssignmentId) DataverseApi.deleteRoleAssignment(int roleAssignmentId) DatasetApi.deleteStorageDriver(String label) Deletes the storage driver with the specified label.WorkflowsApi.deleteWorkflow(long workflowId) DataAccessRequestsApi.disable()DataAccessRequestsApi.enable()AdminApi.getDatabaseSetting(String key) LicenseApi.getDefaultLicense()DataverseApi.getGuestBookResponses()WorkflowsApi.getIpWhitelist()DataverseApi.getStorageSize()SolrIndexApi.indexDataverse(int id) Indexes a specific dataverse identified by its database id.DataverseApi.listFacets()DatasetApi.publish(UpdateType updateType, boolean assureIsIndexed) LicenseApi.setActiveState(long id, boolean active) WorkflowsApi.setDefault(String triggerType, long workflowId) LicenseApi.setDefaultLicense(long id) DataverseApi.setMetadataBlocksRoot(boolean isRoot) DatasetApi.setStorageDriver(String label) Sets the storage driver for the Dataverse instance with the specified label.SolrIndexApi.status()Returns the current status of the Solr index.AdminApi.submitDatasetVersionToArchive(String id, String version, boolean isPersistentId) Submits a dataset version to the archive.DatasetApi.updateRegistrationMetadata()Checks whether the metadata registered at the PID provider for a published dataset is up to date and updates it if necessary. -
Uses of DataMessage in nl.knaw.dans.lib.dataverse.model
Subclasses of DataMessage in nl.knaw.dans.lib.dataverse.modelMethods in nl.knaw.dans.lib.dataverse.model that return DataMessageMethods in nl.knaw.dans.lib.dataverse.model with parameters of type DataMessage