Interface HistoricTaskInstanceRestService

All Known Implementing Classes:
HistoricTaskInstanceRestServiceImpl

@Path("/variable-instance") @Produces("application/json") public interface HistoricTaskInstanceRestService
Author:
Roman Smirnov
  • Field Details

  • Method Details

    • getHistoricTaskInstances

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

      @POST @Consumes("application/json") @Produces("application/json") List<HistoricTaskInstanceDto> queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto, @QueryParam("firstResult") Integer firstResult, @QueryParam("maxResults") Integer maxResults)
      Parameters:
      query -
      firstResult -
      maxResults -
      Returns:
    • getHistoricTaskInstancesCount

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

      @POST @Path("/count") @Consumes("application/json") @Produces("application/json") CountResultDto queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto queryDto)
    • getHistoricTaskInstanceReport

      @GET @Path("report") @Produces("application/json") jakarta.ws.rs.core.Response getHistoricTaskInstanceReport(@Context jakarta.ws.rs.core.UriInfo uriInfo)
      Provides a report sub module