public interface IncidentRestService
Modifier and Type | Method and Description |
---|---|
List<IncidentDto> |
getIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
IncidentQuery interface as a REST service. |
CountResultDto |
getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo) |
static final String PATH
List<IncidentDto> getIncidents(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
IncidentQuery
interface as a REST service.uriInfo
- firstResult
- maxResults
- CountResultDto getIncidentsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2015. All rights reserved.