Interface HistoricCaseInstanceRestService

    • Method Detail

      • getHistoricCaseInstances

        @GET
        @Produces("application/json")
        List<HistoricCaseInstanceDto> getHistoricCaseInstances​(@Context
                                                               javax.ws.rs.core.UriInfo uriInfo,
                                                               @QueryParam("firstResult")
                                                               Integer firstResult,
                                                               @QueryParam("maxResults")
                                                               Integer maxResults)
        Exposes the HistoricCaseInstanceQuery interface as a REST service.
      • getHistoricCaseInstancesCount

        @GET
        @Path("/count")
        @Produces("application/json")
        CountResultDto getHistoricCaseInstancesCount​(@Context
                                                     javax.ws.rs.core.UriInfo uriInfo)