Uses of Class
fr.gouv.vitam.logbook.common.model.reconstruction.ReconstructionRequestItem
-
Packages that use ReconstructionRequestItem 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 modulefr.gouv.vitam.logbook.rest Provides the web server application for the Logbook module and the rest resources it uses. -
-
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.common.model.reconstruction
Methods in fr.gouv.vitam.logbook.common.model.reconstruction that return ReconstructionRequestItem Modifier and Type Method Description ReconstructionRequestItemReconstructionRequestItem. setLimit(int limit)Set the limitReconstructionRequestItemReconstructionRequestItem. setTenant(java.lang.Integer tenant)Set or change tenantConstructors in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type ReconstructionRequestItem Constructor Description ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status)Constructor -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.common.server.reconstruction
Methods in fr.gouv.vitam.logbook.common.server.reconstruction with parameters of type ReconstructionRequestItem Modifier and Type Method Description ReconstructionResponseItemReconstructionService. reconstruct(ReconstructionRequestItem reconstructionItem)Reconstruct logbook operation on a tenant -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.rest
Method parameters in fr.gouv.vitam.logbook.rest with type arguments of type ReconstructionRequestItem Modifier and Type Method Description javax.ws.rs.core.ResponseLogbookReconstructionResource. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)API to access and launch the Vitam reconstruction service for logbook operations.
-