Class AdminReconstructionResource


  • @Path("/adminmanagement/v1")
    @ApplicationPath("webresources")
    public class AdminReconstructionResource
    extends java.lang.Object
    • Method Detail

      • reconstructCollections

        @Path("/reconstruction")
        @POST
        @Consumes("application/json")
        @Produces("application/json")
        @VitamAuthentication(authentLevel=BASIC_AUTHENT)
        public javax.ws.rs.core.Response reconstructCollections​(@Context
                                                                javax.ws.rs.core.HttpHeaders headers,
                                                                @Valid
                                                                @Valid java.util.List<ReconstructionItem> reconstructionItems)
        API to access and lanch the Vitam reconstruction service.
        Parameters:
        headers -
        reconstructionItems -
        Returns:
        the response
      • reconstructCollection

        @Path("/reconstruction/{collection}")
        @POST
        @Consumes("application/json")
        @Produces("application/json")
        @VitamAuthentication(authentLevel=BASIC_AUTHENT)
        public javax.ws.rs.core.Response reconstructCollection​(@Context
                                                               javax.ws.rs.core.HttpHeaders headers,
                                                               @PathParam("collection")
                                                               java.lang.String collection)
      • reconstructCollection

        @Path("/accessionregisterreconstruction")
        @POST
        @Consumes("application/json")
        @Produces("application/json")
        @VitamAuthentication(authentLevel=BASIC_AUTHENT)
        public javax.ws.rs.core.Response reconstructCollection​(java.util.List<ReconstructionRequestItem> reconstructionItems)
        API to access and launch the Vitam reconstruction service for Accession Register.
        Parameters:
        reconstructionItems - list of reconstruction request items
        Returns:
        the response