Uses of Class
org.camunda.bpm.engine.rest.dto.CreateIncidentDto
-
Packages that use CreateIncidentDto Package Description org.camunda.bpm.engine.rest.sub.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of CreateIncidentDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type CreateIncidentDto Modifier and Type Method Description IncidentDto
ExecutionResource. createIncident(CreateIncidentDto createIncidentDto)
-
Uses of CreateIncidentDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type CreateIncidentDto Modifier and Type Method Description IncidentDto
ExecutionResourceImpl. createIncident(CreateIncidentDto createIncidentDto)
-