Interface HistoricIncidentRestService

    • Method Detail

      • getHistoricIncidents

        List<HistoricIncidentDto> getHistoricIncidents​(@Context
                                                       javax.ws.rs.core.UriInfo uriInfo,
                                                       Integer firstResult,
                                                       Integer maxResults)
        Exposes the HistoricActivityInstanceQuery interface as a REST service.
        Parameters:
        query -
        firstResult -
        maxResults -
        Returns:
      • getHistoricIncidentsCount

        CountResultDto getHistoricIncidentsCount​(@Context
                                                 javax.ws.rs.core.UriInfo uriInfo)