public interface IncidentRestService
| Modifier and Type | Method and Description | 
|---|---|
| IncidentResource | getIncident(String incidentId) | 
| List<IncidentDto> | getIncidents(javax.ws.rs.core.UriInfo uriInfo,
            Integer firstResult,
            Integer maxResults)Exposes the  IncidentQueryinterface 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)
IncidentResource getIncident(String incidentId)
Copyright © 2018. All rights reserved.