Package org.camunda.bpm.engine.rest
Interface IncidentRestService
- All Known Implementing Classes:
IncidentRestServiceImpl
public interface IncidentRestService
- Author:
- Roman Smirnov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetIncident(String incidentId) getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theIncidentQueryinterface as a REST service.getIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getIncidents
List<IncidentDto> getIncidents(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theIncidentQueryinterface as a REST service.- Parameters:
uriInfo-firstResult-maxResults-- Returns:
-
getIncidentsCount
-
getIncident
-