org.camunda.bpm.engine.rest
Interface IncidentRestService

All Known Implementing Classes:
IncidentRestServiceImpl

public interface IncidentRestService

Author:
Roman Smirnov

Field Summary
static String PATH
           
 
Method Summary
 List<IncidentDto> getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the IncidentQuery interface as a REST service.
 CountResultDto getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 

Field Detail

PATH

static final String PATH
See Also:
Constant Field Values
Method Detail

getIncidents

List<IncidentDto> getIncidents(@Context
                               javax.ws.rs.core.UriInfo uriInfo,
                               Integer firstResult,
                               Integer maxResults)
Exposes the IncidentQuery interface as a REST service.

Parameters:
uriInfo -
firstResult -
maxResults -
Returns:

getIncidentsCount

CountResultDto getIncidentsCount(@Context
                                 javax.ws.rs.core.UriInfo uriInfo)


Copyright © 2016 camunda services GmbH. All rights reserved.