Class VersionPurgedPersistentIdentifierExtractor
java.lang.Object
fr.gouv.vitam.metadata.core.reconstruction.domain.extractor.PurgedPersistentIdentifierExtractor
fr.gouv.vitam.metadata.core.reconstruction.domain.extractor.VersionPurgedPersistentIdentifierExtractor
-
Field Summary
Fields inherited from class fr.gouv.vitam.metadata.core.reconstruction.domain.extractor.PurgedPersistentIdentifierExtractor
OBJECT, UNIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObjetPurgedPersistentIdentifier
(String objectGroupId, com.fasterxml.jackson.databind.JsonNode element, ReconstructionOperation operation) extractPurgedPersistentIdentifier
(com.fasterxml.jackson.databind.JsonNode jsonNode, ReconstructionOperation operation) Methods inherited from class fr.gouv.vitam.metadata.core.reconstruction.domain.extractor.PurgedPersistentIdentifierExtractor
extractPersistentIdentifiers
-
Constructor Details
-
VersionPurgedPersistentIdentifierExtractor
public VersionPurgedPersistentIdentifierExtractor()
-
-
Method Details
-
extractPurgedPersistentIdentifier
public List<PurgedPersistentIdentifier> extractPurgedPersistentIdentifier(com.fasterxml.jackson.databind.JsonNode jsonNode, ReconstructionOperation operation) - Specified by:
extractPurgedPersistentIdentifier
in classPurgedPersistentIdentifierExtractor
-
buildObjetPurgedPersistentIdentifier
public PurgedPersistentIdentifier buildObjetPurgedPersistentIdentifier(String objectGroupId, com.fasterxml.jackson.databind.JsonNode element, ReconstructionOperation operation)
-