Uses of Class
fr.gouv.vitam.logbook.common.model.reconstruction.ReconstructionResponseItem
-
Packages that use ReconstructionResponseItem Package Description fr.gouv.vitam.logbook.common.model.reconstruction Provides model classes for Logbook module reconstructionfr.gouv.vitam.logbook.common.server.reconstruction Provides reconstruction service classes for Logbook server module -
-
Uses of ReconstructionResponseItem in fr.gouv.vitam.logbook.common.model.reconstruction
Methods in fr.gouv.vitam.logbook.common.model.reconstruction that return ReconstructionResponseItem Modifier and Type Method Description ReconstructionResponseItem
ReconstructionResponseItem. setStatus(StatusCode status)
ReconstructionResponseItem
ReconstructionResponseItem. setTenant(java.lang.Integer tenant)
Set or change tenant -
Uses of ReconstructionResponseItem in fr.gouv.vitam.logbook.common.server.reconstruction
Methods in fr.gouv.vitam.logbook.common.server.reconstruction that return ReconstructionResponseItem Modifier and Type Method Description ReconstructionResponseItem
ReconstructionService. reconstruct(ReconstructionRequestItem reconstructionItem)
Reconstruct logbook operation on a tenant
-