Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
-
-
Uses of HistoricIncidentDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricIncidentDto Modifier and Type Method Description static HistoricIncidentDtoHistoricIncidentDto. fromHistoricIncident(org.camunda.bpm.engine.history.HistoricIncident historicIncident) -
Uses of HistoricIncidentDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricIncidentDto Modifier and Type Method Description List<HistoricIncidentDto>HistoricIncidentRestService. getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theHistoricActivityInstanceQueryinterface as a REST service. -
Uses of HistoricIncidentDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricIncidentDto Modifier and Type Method Description List<HistoricIncidentDto>HistoricIncidentRestServiceImpl. getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of HistoricIncidentDto in org.camunda.bpm.engine.rest.impl.optimize
Methods in org.camunda.bpm.engine.rest.impl.optimize that return types with arguments of type HistoricIncidentDto Modifier and Type Method Description List<HistoricIncidentDto>OptimizeRestService. getCompletedHistoricIncidents(String finishedAfterAsString, String finishedAtAsString, int maxResults)List<HistoricIncidentDto>OptimizeRestService. getOpenHistoricIncidents(String createdAfterAsString, String createdAtAsString, int maxResults)
-