@Path(value="/logbook/v1") public class LogbookReconstructionResource extends Object
| Constructor and Description |
|---|
LogbookReconstructionResource(ReconstructionService reconstructionService)
Constructor for tests
|
LogbookReconstructionResource(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 logbook operations.
|
public LogbookReconstructionResource(VitamRepositoryProvider vitamRepositoryProvider, OffsetRepository offsetRepository)
vitamRepositoryProvider - vitamRepositoryProvideroffsetRepository - public LogbookReconstructionResource(ReconstructionService reconstructionService)
reconstructionService - reconstructionService@Path(value="/reconstruction/operations") @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.