Uses of Class
fr.gouv.vitam.metadata.core.model.ReconstructionRequestItem
-
Packages that use ReconstructionRequestItem Package Description fr.gouv.vitam.metadata.core.model Provides model classes for Metadata modulefr.gouv.vitam.metadata.core.reconstruction Provides reconstruction classes for Metadata modulefr.gouv.vitam.metadata.rest Provides the web server application for the Metadata module and the rest resources it uses. -
-
Uses of ReconstructionRequestItem in fr.gouv.vitam.metadata.core.model
Methods in fr.gouv.vitam.metadata.core.model that return ReconstructionRequestItem Modifier and Type Method Description ReconstructionRequestItemReconstructionRequestItem. setCollection(java.lang.String collection)Set the collection of the profile This value must be unique by tenantReconstructionRequestItemReconstructionRequestItem. setLimit(int limit)Set the limitReconstructionRequestItemReconstructionRequestItem. setTenant(java.lang.Integer tenant)Set or change tenantConstructors in fr.gouv.vitam.metadata.core.model with parameters of type ReconstructionRequestItem Constructor Description ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem, StatusCode status)Constructor -
Uses of ReconstructionRequestItem in fr.gouv.vitam.metadata.core.reconstruction
Methods in fr.gouv.vitam.metadata.core.reconstruction with parameters of type ReconstructionRequestItem Modifier and Type Method Description ReconstructionResponseItemReconstructionService. 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 ReconstructionRequestItem Modifier and Type Method Description javax.ws.rs.core.ResponseMetadataManagementResource. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)API to access and launch the Vitam reconstruction service for metadatas.
-