Uses of Class
fr.gouv.vitam.metadata.api.model.ReconstructionRequestItem
Packages that use ReconstructionRequestItem
Package
Description
Provides Metadata client interface, factory and implementations.
Provides the web server application for the Metadata module and the rest resources it uses.
-
Uses of ReconstructionRequestItem in fr.gouv.vitam.metadata.api.model
Methods in fr.gouv.vitam.metadata.api.model that return ReconstructionRequestItemModifier and TypeMethodDescriptionReconstructionRequestItem.setCollection(String collection) Set the collection of the profile This value must be unique by tenantReconstructionRequestItem.setLimit(int limit) Set the limitSet or change tenantConstructors in fr.gouv.vitam.metadata.api.model with parameters of type ReconstructionRequestItemModifierConstructorDescriptionReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status) Constructor -
Uses of ReconstructionRequestItem in fr.gouv.vitam.metadata.client
Method parameters in fr.gouv.vitam.metadata.client with type arguments of type ReconstructionRequestItemModifier and TypeMethodDescriptionMetaDataClient.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for metadatas.MetaDataClientMock.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) MetaDataClientRest.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) -
Uses of ReconstructionRequestItem in fr.gouv.vitam.metadata.core.reconstruction.service
Methods in fr.gouv.vitam.metadata.core.reconstruction.service with parameters of type ReconstructionRequestItemModifier and TypeMethodDescriptionMetadataReconstructionService.reconstruct(ReconstructionRequestItem reconstructionItem) Reconstruct a collection -
Uses of ReconstructionRequestItem in fr.gouv.vitam.metadata.rest
Method parameters in fr.gouv.vitam.metadata.rest with type arguments of type ReconstructionRequestItemModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseMetadataReconstructionResource.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for metadata.