Uses of Class
fr.gouv.vitam.logbook.common.model.reconstruction.ReconstructionRequestItem
Package
Description
Provides model classes for Logbook module reconstruction
Provides reconstruction service classes for Logbook server module
Provides Logbook Operations client interface, factory and implementations.
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
Modifier and TypeMethodDescriptionReconstructionRequestItem.setLimit
(int limit) Set the limitSet or change tenantModifierConstructorDescriptionReconstructionResponseItem
(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.common.server.reconstruction
Modifier and TypeMethodDescriptionReconstructionService.reconstruct
(ReconstructionRequestItem reconstructionItem) Reconstruct logbook operation on a tenant -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.operations.client
Modifier and TypeMethodDescriptionvoid
LogbookOperationsClient.reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) void
LogbookOperationsClientMock.reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
LogbookReconstructionResource.reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for logbook operations.