Uses of Class
fr.gouv.vitam.logbook.common.model.reconstruction.ReconstructionRequestItem
Packages that use 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
Methods in fr.gouv.vitam.logbook.common.model.reconstruction that return ReconstructionRequestItemModifier and TypeMethodDescriptionReconstructionRequestItem.setLimit
(int limit) Set the limitSet or change tenantConstructors in fr.gouv.vitam.logbook.common.model.reconstruction with parameters of type ReconstructionRequestItemModifierConstructorDescriptionReconstructionResponseItem
(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 ReconstructionRequestItemModifier and TypeMethodDescriptionReconstructionService.reconstruct
(ReconstructionRequestItem reconstructionItem) Reconstruct logbook operation on a tenant -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.operations.client
Method parameters in fr.gouv.vitam.logbook.operations.client with type arguments of type ReconstructionRequestItemModifier and TypeMethodDescriptionvoid
LogbookOperationsClient.reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) void
LogbookOperationsClientMock.reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) -
Uses of ReconstructionRequestItem in fr.gouv.vitam.logbook.rest
Method parameters in fr.gouv.vitam.logbook.rest with type arguments of type ReconstructionRequestItemModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
LogbookReconstructionResource.reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for logbook operations.