@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()
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()
Copyright © 2019 Vitam. All rights reserved.