@Path(value="/logbook/v1") public class LogbookAdminResource extends Object
Constructor and Description |
---|
LogbookAdminResource(VitamRepositoryProvider vitamRepositoryProvider,
LogbookConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
checkLogbookCoherence(javax.ws.rs.core.UriInfo uri)
API to access and lanch the Check logbook coherence service.
|
public LogbookAdminResource(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration)
@Path(value="/checklogbook") @POST @Consumes(value="application/json") @Produces(value="application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response checkLogbookCoherence(@Context javax.ws.rs.core.UriInfo uri)
uri
- uriCopyright © 2018 Vitam. All rights reserved.