Package | Description |
---|---|
fr.cnes.doi.client |
Provides classes to request external web services.
|
fr.cnes.doi.resource.mds |
Provides resources for Meta Data Store application.
|
org.datacite.schema.kernel_4 |
Modifier and Type | Method and Description |
---|---|
Resource |
ClientMDS.deleteMetadataDoiAsObject(String doiName)
This request marks a dataset as 'inactive'.
|
Resource |
ClientMDS.getMetadataAsObject(String doiName)
This request returns the most recent version of metadata associated with
a given DOI.
|
private Resource |
ClientMDS.parseDataciteResource(org.restlet.representation.Representation rep)
Parses the XML representation that implements the DATACITE schema.
|
Resource |
ClientMDS.parseMetadata(org.restlet.representation.Representation entity)
Parses the metadata and returns the Resource object from DataCite.
|
Modifier and Type | Method and Description |
---|---|
String |
ClientMDS.createMetadata(Resource entity)
Creates metadata with 201 status when operation successful.
|
Modifier and Type | Method and Description |
---|---|
private Resource |
MetadatasResource.createDataCiteResourceObject(org.restlet.representation.Representation entity)
Creates the metadata object from its representation.
|
Resource |
MetadataResource.getMetadataAsJson()
Returns the metadata as JSON.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ObjectFactory.createResource()
Create an instance of
Resource |
Copyright © 2017–2020 CNES. All rights reserved.