Interface HistoricIncidentRestService

All Known Implementing Classes:
HistoricIncidentRestServiceImpl

@Path("/incident") @Produces("application/json") public interface HistoricIncidentRestService
Author:
Roman Smirnov
  • Field Details

  • Method Details

    • getHistoricIncidents

      @GET @Produces("application/json") List<HistoricIncidentDto> getHistoricIncidents(@Context jakarta.ws.rs.core.UriInfo uriInfo, @QueryParam("firstResult") Integer firstResult, @QueryParam("maxResults") Integer maxResults)
      Exposes the HistoricActivityInstanceQuery interface as a REST service.
      Parameters:
      query -
      firstResult -
      maxResults -
      Returns:
    • getHistoricIncidentsCount

      @GET @Path("/count") @Produces("application/json") CountResultDto getHistoricIncidentsCount(@Context jakarta.ws.rs.core.UriInfo uriInfo)