Package fr.gouv.vitam.logbook.rest
Class LogbookReconstructionResource
java.lang.Object
fr.gouv.vitam.logbook.rest.LogbookReconstructionResource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
reconstructCollection
(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for logbook operations.
-
Constructor Details
-
LogbookReconstructionResource
-
-
Method Details
-
reconstructCollection
@Path("/reconstruction/operations") @POST @Consumes("application/json") @Produces("application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) API to access and launch the Vitam reconstruction service for logbook operations.- Parameters:
reconstructionItems
- list of reconstruction request items- Returns:
- the response
-