@Path(value="/variable-instance")
 @Produces(value="application/json")
public interface HistoricTaskInstanceRestService
| Modifier and Type | Method and Description | 
|---|---|
| javax.ws.rs.core.Response | getHistoricTaskInstanceReport(javax.ws.rs.core.UriInfo uriInfo)Provides a report sub module | 
| List<HistoricTaskInstanceDto> | getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo,
                        Integer firstResult,
                        Integer maxResults)Exposes the  HistoricTaskInstanceQueryinterface as a REST
 service. | 
| CountResultDto | getHistoricTaskInstancesCount(javax.ws.rs.core.UriInfo uriInfo) | 
| List<HistoricTaskInstanceDto> | queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto,
                          Integer firstResult,
                          Integer maxResults) | 
| CountResultDto | queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto queryDto) | 
static final String PATH
@GET @Produces(value="application/json") List<HistoricTaskInstanceDto> getHistoricTaskInstances(@Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam(value="firstResult") Integer firstResult, @QueryParam(value="maxResults") Integer maxResults)
HistoricTaskInstanceQuery interface as a REST
 service.query - firstResult - maxResults - @POST @Consumes(value="application/json") @Produces(value="application/json") List<HistoricTaskInstanceDto> queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto, @QueryParam(value="firstResult") Integer firstResult, @QueryParam(value="maxResults") Integer maxResults)
query - firstResult - maxResults - @GET @Path(value="/count") @Produces(value="application/json") CountResultDto getHistoricTaskInstancesCount(@Context javax.ws.rs.core.UriInfo uriInfo)
@POST @Path(value="/count") @Consumes(value="application/json") @Produces(value="application/json") CountResultDto queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto queryDto)
@GET
 @Path(value="report")
 @Produces(value="application/json")
javax.ws.rs.core.Response getHistoricTaskInstanceReport(@Context
                                                                                                                         javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2021. All rights reserved.