@Path(value="/metadata/v1") public class MetadataReconstructionResource extends Object
Constructor and Description |
---|
MetadataReconstructionResource(ReconstructionService reconstructionService)
Constructor for tests
|
MetadataReconstructionResource(VitamRepositoryProvider vitamRepositoryProvider,
OffsetRepository offsetRepository)
Constructor
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
reconstructCollection(List<ReconstructionRequestItem> reconstructionItems)
API to access and launch the Vitam reconstruction service for metadatas.
|
public MetadataReconstructionResource(VitamRepositoryProvider vitamRepositoryProvider, OffsetRepository offsetRepository)
vitamRepositoryProvider
- vitamRepositoryProvideroffsetRepository
- public MetadataReconstructionResource(ReconstructionService reconstructionService)
reconstructionService
- reconstructionService@Path(value="/reconstruction") @POST @Consumes(value="application/json") @Produces(value="application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response reconstructCollection(List<ReconstructionRequestItem> reconstructionItems)
reconstructionItems
- list of reconstruction request itemsCopyright © 2018 Vitam. All rights reserved.