org.camunda.bpm.engine.rest.history
Interface HistoricIncidentRestService

All Known Implementing Classes:
HistoricIncidentRestServiceImpl

public interface HistoricIncidentRestService

Author:
Roman Smirnov

Field Summary
static String PATH
           
 
Method Summary
 List<HistoricIncidentDto> getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the HistoricActivityInstanceQuery interface as a REST service.
 CountResultDto getHistoricIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 

Field Detail

PATH

static final String PATH
See Also:
Constant Field Values
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)


Copyright © 2016 camunda services GmbH. All rights reserved.