org.camunda.bpm.engine.rest.history
Interface HistoricIncidentRestService
- All Known Implementing Classes:
- HistoricIncidentRestServiceImpl
public interface HistoricIncidentRestService
- Author:
- Roman Smirnov
PATH
static final String PATH
- See Also:
- Constant Field Values
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.