Uses of Class
org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
-
Packages that use IncidentQueryDto Package Description org.camunda.bpm.cockpit.impl.plugin.resources -
-
Uses of IncidentQueryDto in org.camunda.bpm.cockpit.impl.plugin.resources
Methods in org.camunda.bpm.cockpit.impl.plugin.resources with parameters of type IncidentQueryDto Modifier and Type Method Description protected voidIncidentRestService. configureExecutionQuery(IncidentQueryDto query)List<IncidentDto>IncidentRestService. queryIncidents(IncidentQueryDto queryParameter, Integer firstResult, Integer maxResults)org.camunda.bpm.engine.rest.dto.CountResultDtoIncidentRestService. queryIncidentsCount(IncidentQueryDto queryParameter)
-