@Path(value="/adminmanagement/v1") @ApplicationPath(value="webresources") public class AdminReconstructionResource extends Object
Constructor and Description |
---|
AdminReconstructionResource(VitamRepositoryProvider reconstructionFactory)
Constructor
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
reconstructCollection(javax.ws.rs.core.HttpHeaders headers,
String collection) |
javax.ws.rs.core.Response |
reconstructCollections(javax.ws.rs.core.HttpHeaders headers,
List<ReconstructionItem> reconstructionItems)
API to access and lanch the Vitam reconstruction service.
|
public AdminReconstructionResource(VitamRepositoryProvider reconstructionFactory)
reconstructionFactory
- @Path(value="/reconstruction") @POST @Consumes(value="application/json") @Produces(value="application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response reconstructCollections(@Context javax.ws.rs.core.HttpHeaders headers, List<ReconstructionItem> reconstructionItems)
headers
- reconstructionItems
- @Path(value="/reconstruction/{collection}") @POST @Consumes(value="application/json") @Produces(value="application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response reconstructCollection(@Context javax.ws.rs.core.HttpHeaders headers, @PathParam(value="collection") String collection)
Copyright © 2018 Vitam. All rights reserved.