Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
Package
Description
-
Uses of IncidentDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionIncidentRestService.getIncidents
(jakarta.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
-
Uses of IncidentDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionIncidentRestServiceImpl.getIncidents
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.repository.impl
-
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtime
Modifier and TypeMethodDescriptionExecutionResource.createIncident
(CreateIncidentDto createIncidentDto) IncidentResource.getIncident()
-
Uses of IncidentDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Modifier and TypeMethodDescriptionExecutionResourceImpl.createIncident
(CreateIncidentDto createIncidentDto)