@Produces(value="application/json")
public interface SchemaLogRestService
Modifier and Type | Method and Description |
---|---|
List<SchemaLogEntryDto> |
getSchemaLog(javax.ws.rs.core.Request request,
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<SchemaLogEntryDto> |
querySchemaLog(SchemaLogQueryDto dto,
Integer firstResult,
Integer maxResults) |
static final String PATH
@GET @Produces(value="application/json") List<SchemaLogEntryDto> getSchemaLog(@Context javax.ws.rs.core.Request request, @Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam(value="firstResult") Integer firstResult, @QueryParam(value="maxResults") Integer maxResults)
@POST @Consumes(value="application/json") @Produces(value="application/json") List<SchemaLogEntryDto> querySchemaLog(SchemaLogQueryDto dto, @QueryParam(value="firstResult") Integer firstResult, @QueryParam(value="maxResults") Integer maxResults)
Copyright © 2022. All rights reserved.