@Path(value="/incident")
@Produces(value="application/json")
public interface HistoricIncidentRestService
Modifier and Type | Method and Description |
---|---|
List<HistoricIncidentDto> |
getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
HistoricActivityInstanceQuery interface as a REST
service. |
CountResultDto |
getHistoricIncidentsCount(javax.ws.rs.core.UriInfo uriInfo) |
static final String PATH
@GET @Produces(value="application/json") List<HistoricIncidentDto> getHistoricIncidents(@Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam(value="firstResult") Integer firstResult, @QueryParam(value="maxResults") Integer maxResults)
HistoricActivityInstanceQuery
interface as a REST
service.query
- firstResult
- maxResults
- @GET @Path(value="/count") @Produces(value="application/json") CountResultDto getHistoricIncidentsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2022. All rights reserved.