Uses of Class
fr.gouv.vitam.metadata.api.model.ReconstructionResponseItem
-
Packages that use ReconstructionResponseItem Package Description fr.gouv.vitam.metadata.api.model fr.gouv.vitam.metadata.client Provides Metadata client interface, factory and implementations.fr.gouv.vitam.metadata.core.reconstruction.service -
-
Uses of ReconstructionResponseItem in fr.gouv.vitam.metadata.api.model
Methods in fr.gouv.vitam.metadata.api.model that return ReconstructionResponseItem Modifier and Type Method Description ReconstructionResponseItem
ReconstructionResponseItem. setCollection(java.lang.String collection)
Set the collection of the profile This value must be unique by tenantReconstructionResponseItem
ReconstructionResponseItem. setStatus(StatusCode status)
ReconstructionResponseItem
ReconstructionResponseItem. setTenant(java.lang.Integer tenant)
Set or change tenant -
Uses of ReconstructionResponseItem in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client that return types with arguments of type ReconstructionResponseItem Modifier and Type Method Description java.util.List<ReconstructionResponseItem>
MetaDataClient. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
API to access and launch the Vitam reconstruction service for metadatas.java.util.List<ReconstructionResponseItem>
MetaDataClientMock. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
java.util.List<ReconstructionResponseItem>
MetaDataClientRest. reconstructCollection(java.util.List<ReconstructionRequestItem> reconstructionItems)
-
Uses of ReconstructionResponseItem in fr.gouv.vitam.metadata.core.reconstruction.service
Methods in fr.gouv.vitam.metadata.core.reconstruction.service that return ReconstructionResponseItem Modifier and Type Method Description ReconstructionResponseItem
MetadataReconstructionService. reconstruct(ReconstructionRequestItem reconstructionItem)
Reconstruct a collection
-