| Package | Description | 
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.dto.runtime | |
| org.camunda.bpm.engine.rest.impl | 
| Modifier and Type | Method and Description | 
|---|---|
List<IncidentDto> | 
IncidentRestService.getIncidents(javax.ws.rs.core.UriInfo uriInfo,
            Integer firstResult,
            Integer maxResults)
Exposes the  
IncidentQuery interface as a REST service. | 
| Modifier and Type | Method and Description | 
|---|---|
static IncidentDto | 
IncidentDto.fromIncident(Incident incident)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<IncidentDto> | 
IncidentRestServiceImpl.getIncidents(javax.ws.rs.core.UriInfo uriInfo,
            Integer firstResult,
            Integer maxResults)  | 
Copyright © 2017. All rights reserved.