Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
-
-
Uses of IncidentDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type IncidentDto Modifier and Type Method Description List<IncidentDto>
IncidentRestService. getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Exposes theIncidentQuery
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 Modifier and Type Method Description 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 Modifier and Type Method Description List<IncidentDto>
IncidentRestServiceImpl. getIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return IncidentDto Modifier and Type Method Description IncidentDto
IncidentResourceImpl. getIncident()
-
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return IncidentDto Modifier and Type Method Description IncidentDto
ExecutionResource. createIncident(CreateIncidentDto createIncidentDto)
IncidentDto
IncidentResource. getIncident()
-
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return IncidentDto Modifier and Type Method Description IncidentDto
ExecutionResourceImpl. createIncident(CreateIncidentDto createIncidentDto)
-