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.operations.client Provides Logbook Operations client interface, factory and implementations.fr.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 ReconstructionRequestItem
ReconstructionRequestItem. setLimit(int limit)
Set the limitReconstructionRequestItem
ReconstructionRequestItem. 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 ReconstructionResponseItem
ReconstructionService. 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 ReconstructionRequestItem Modifier and Type Method Description void
LogbookOperationsClient. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
void
LogbookOperationsClientMock. reconstructCollection(java.util.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 ReconstructionRequestItem Modifier and Type Method Description javax.ws.rs.core.Response
LogbookReconstructionResource. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
API to access and launch the Vitam reconstruction service for logbook operations.
-