Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
Packages that use IncidentDto
Package
Description
- 
Uses of IncidentDto in org.camunda.bpm.engine.restMethods in org.camunda.bpm.engine.rest that return types with arguments of type IncidentDtoModifier and TypeMethodDescriptionIncidentRestService.getIncidents(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, 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
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.implMethods in org.camunda.bpm.engine.rest.impl that return types with arguments of type IncidentDtoModifier and TypeMethodDescriptionIncidentRestServiceImpl.getIncidents(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, 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
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtimeMethods in org.camunda.bpm.engine.rest.sub.runtime that return IncidentDtoModifier and TypeMethodDescriptionExecutionResource.createIncident(CreateIncidentDto createIncidentDto) IncidentResource.getIncident()
- 
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtime.implMethods in org.camunda.bpm.engine.rest.sub.runtime.impl that return IncidentDtoModifier and TypeMethodDescriptionExecutionResourceImpl.createIncident(CreateIncidentDto createIncidentDto)