|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncidentDto | |
|---|---|
| org.camunda.bpm.engine.rest | |
| org.camunda.bpm.engine.rest.dto.runtime | |
| org.camunda.bpm.engine.rest.impl | |
| Uses of IncidentDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest that return types with arguments of type IncidentDto | |
|---|---|
List<IncidentDto> |
IncidentRestService.getIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the IncidentQuery interface as a REST service. |
| Uses of IncidentDto in org.camunda.bpm.engine.rest.dto.runtime |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.runtime that return IncidentDto | |
|---|---|
static IncidentDto |
IncidentDto.fromIncident(Incident incident)
|
| Uses of IncidentDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type IncidentDto | |
|---|---|
List<IncidentDto> |
IncidentRestServiceImpl.getIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||