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 ReconstructionResponseItemReconstructionResponseItem. setStatus(StatusCode status)ReconstructionResponseItemReconstructionResponseItem. 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 ReconstructionResponseItemReconstructionService. reconstruct(ReconstructionRequestItem reconstructionItem)Reconstruct logbook operation on a tenant
-