Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto

Packages that use HistoricIncidentDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

Uses of HistoricIncidentDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricIncidentDto
static HistoricIncidentDto HistoricIncidentDto.fromHistoricIncident(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
 List<HistoricIncidentDto> HistoricIncidentRestService.getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the HistoricActivityInstanceQuery interface 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
 List<HistoricIncidentDto> HistoricIncidentRestServiceImpl.getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.