Package fr.gouv.vitam.metadata.rest
Class PersistentIdentifierResource
java.lang.Object
fr.gouv.vitam.metadata.rest.PersistentIdentifierResource
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
getPersistentIdentifiers
(String persistentIdentifier, String type) API to get purged persistent identifiersjavax.ws.rs.core.Response
API to access and launch the Vitam reconstruction service for Persistent Identifiers.
-
Method Details
-
reconstructPersistentIdentifiers
@Path("/reconstruction-persistent-identifier") @POST @Consumes("application/json") @Produces("application/json") public javax.ws.rs.core.Response reconstructPersistentIdentifiers(PersistentIdentifierReconstructionRequest requestItem) API to access and launch the Vitam reconstruction service for Persistent Identifiers.- Parameters:
requestItem
- request item- Returns:
- the response
-
getPersistentIdentifiers
@Path("/purgedPersistentIdentifier/{persistentIdentifier:.+}") @GET @Consumes("application/json") @Produces("application/json") public javax.ws.rs.core.Response getPersistentIdentifiers(@PathParam("persistentIdentifier") String persistentIdentifier, @QueryParam("type") @Nullable String type) API to get purged persistent identifiers- Parameters:
persistentIdentifier
- persistent identifiertype
- Purged collection type- Returns:
- the response
-