Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
- 
- 
Uses of IncidentDto in org.camunda.bpm.engine.restMethods in org.camunda.bpm.engine.rest that return types with arguments of type IncidentDto Modifier and Type Method Description java.util.List<IncidentDto>IncidentRestService. getIncidents(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.Integer maxResults)Exposes theIncidentQueryinterface as a REST service.
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.dto.runtimeMethods in org.camunda.bpm.engine.rest.dto.runtime that return IncidentDto Modifier and Type Method Description static IncidentDtoIncidentDto. fromIncident(Incident incident)
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.implMethods in org.camunda.bpm.engine.rest.impl that return types with arguments of type IncidentDto Modifier and Type Method Description java.util.List<IncidentDto>IncidentRestServiceImpl. getIncidents(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.Integer maxResults)
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.repository.implMethods in org.camunda.bpm.engine.rest.sub.repository.impl that return IncidentDto Modifier and Type Method Description IncidentDtoIncidentResourceImpl. getIncident()
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtimeMethods in org.camunda.bpm.engine.rest.sub.runtime that return IncidentDto Modifier and Type Method Description IncidentDtoExecutionResource. createIncident(CreateIncidentDto createIncidentDto)IncidentDtoIncidentResource. getIncident()
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtime.implMethods in org.camunda.bpm.engine.rest.sub.runtime.impl that return IncidentDto Modifier and Type Method Description IncidentDtoExecutionResourceImpl. createIncident(CreateIncidentDto createIncidentDto)
 
-