Uses of Class
fr.gouv.vitam.metadata.api.model.PersistentIdentifierReconstructionRequest
Packages that use PersistentIdentifierReconstructionRequest
Package
Description
Provides Metadata client interface, factory and implementations.
Provides the web server application for the Metadata module and the rest resources it uses.
-
Uses of PersistentIdentifierReconstructionRequest in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client with parameters of type PersistentIdentifierReconstructionRequestModifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>MetaDataClient.reconstructPersistentIdentifiers(PersistentIdentifierReconstructionRequest requestItem) Reconstruct Persistent IdentifiersRequestResponse<com.fasterxml.jackson.databind.JsonNode>MetaDataClientMock.reconstructPersistentIdentifiers(PersistentIdentifierReconstructionRequest requestItem) RequestResponse<com.fasterxml.jackson.databind.JsonNode>MetaDataClientRest.reconstructPersistentIdentifiers(PersistentIdentifierReconstructionRequest requestItem) -
Uses of PersistentIdentifierReconstructionRequest in fr.gouv.vitam.metadata.core.reconstruction.service
Methods in fr.gouv.vitam.metadata.core.reconstruction.service with parameters of type PersistentIdentifierReconstructionRequestModifier and TypeMethodDescriptionPersistentIdentifierReconstructionService.reconstruct(PersistentIdentifierReconstructionRequest request) -
Uses of PersistentIdentifierReconstructionRequest in fr.gouv.vitam.metadata.rest
Methods in fr.gouv.vitam.metadata.rest with parameters of type PersistentIdentifierReconstructionRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePersistentIdentifierResource.reconstructPersistentIdentifiers(PersistentIdentifierReconstructionRequest requestItem) API to access and launch the Vitam reconstruction service for Persistent Identifiers.