Package | Description |
---|---|
fr.gouv.vitam.metadata.core.model |
Provides model classes for Metadata module
|
fr.gouv.vitam.metadata.core.reconstruction |
Provides reconstruction classes for Metadata module
|
fr.gouv.vitam.metadata.rest |
Provides the web server application for the Metadata module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
ReconstructionRequestItem |
ReconstructionRequestItem.setCollection(String collection)
Set the collection of the profile This value must be unique by tenant
|
ReconstructionRequestItem |
ReconstructionRequestItem.setLimit(int limit)
Set the limit
|
ReconstructionRequestItem |
ReconstructionRequestItem.setTenant(Integer tenant)
Set or change tenant
|
Constructor and Description |
---|
ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem,
StatusCode status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ReconstructionResponseItem |
ReconstructionService.reconstruct(ReconstructionRequestItem reconstructionItem)
Reconstruct a collection
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MetadataReconstructionResource.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems)
API to access and launch the Vitam reconstruction service for metadatas.
|
Copyright © 2018 Vitam. All rights reserved.