Uses of Class
fr.gouv.vitam.metadata.core.reconstruction.model.ReconstructionOperation
-
-
Uses of ReconstructionOperation in fr.gouv.vitam.metadata.core.reconstruction.domain
Methods in fr.gouv.vitam.metadata.core.reconstruction.domain with parameters of type ReconstructionOperation Modifier and Type Method Description java.time.LocalDateTime
OperationReportParser. processReportFromOperation(ReconstructionOperation operation)
-
Uses of ReconstructionOperation in fr.gouv.vitam.metadata.core.reconstruction.domain.extractor
Methods in fr.gouv.vitam.metadata.core.reconstruction.domain.extractor with parameters of type ReconstructionOperation Modifier and Type Method Description PurgedPersistentIdentifier
ObjectPurgedPersistentIdentifierExtractor. buildObjetPurgedPersistentIdentifier(java.lang.String objectGroupId, com.fasterxml.jackson.databind.JsonNode element, ReconstructionOperation operation)
PurgedPersistentIdentifier
VersionPurgedPersistentIdentifierExtractor. buildObjetPurgedPersistentIdentifier(java.lang.String objectGroupId, com.fasterxml.jackson.databind.JsonNode element, ReconstructionOperation operation)
PurgedPersistentIdentifier
UnitPurgedPersistentIdentifierExtractor. buildUnitPurgedPersistentIdentifier(com.fasterxml.jackson.databind.JsonNode element, ReconstructionOperation operation)
java.util.List<PurgedPersistentIdentifier>
ObjectPurgedPersistentIdentifierExtractor. extractPurgedPersistentIdentifier(com.fasterxml.jackson.databind.JsonNode node, ReconstructionOperation operation)
abstract java.util.List<PurgedPersistentIdentifier>
PurgedPersistentIdentifierExtractor. extractPurgedPersistentIdentifier(com.fasterxml.jackson.databind.JsonNode node, ReconstructionOperation operation)
java.util.List<PurgedPersistentIdentifier>
UnitPurgedPersistentIdentifierExtractor. extractPurgedPersistentIdentifier(com.fasterxml.jackson.databind.JsonNode node, ReconstructionOperation operation)
java.util.List<PurgedPersistentIdentifier>
VersionPurgedPersistentIdentifierExtractor. extractPurgedPersistentIdentifier(com.fasterxml.jackson.databind.JsonNode jsonNode, ReconstructionOperation operation)
-
Uses of ReconstructionOperation in fr.gouv.vitam.metadata.core.reconstruction.model
Methods in fr.gouv.vitam.metadata.core.reconstruction.model that return ReconstructionOperation Modifier and Type Method Description ReconstructionOperation
ReconstructionOperation.Builder. build()
-
Uses of ReconstructionOperation in fr.gouv.vitam.metadata.core.reconstruction.repository
Methods in fr.gouv.vitam.metadata.core.reconstruction.repository that return types with arguments of type ReconstructionOperation Modifier and Type Method Description java.util.List<ReconstructionOperation>
ReconstructionOperationRepository. fetchReconstructionOperations(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)
-
Uses of ReconstructionOperation in fr.gouv.vitam.metadata.core.reconstruction.repository.impl
Methods in fr.gouv.vitam.metadata.core.reconstruction.repository.impl that return types with arguments of type ReconstructionOperation Modifier and Type Method Description java.util.List<ReconstructionOperation>
ReconstructionOperationRepositoryImpl. fetchReconstructionOperations(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)
-