Uses of Class
org.eximeebpms.bpm.engine.rest.dto.history.HistoricIncidentDto
Packages that use HistoricIncidentDto
Package
Description
-
Uses of HistoricIncidentDto in org.eximeebpms.bpm.engine.rest.dto.history
Methods in org.eximeebpms.bpm.engine.rest.dto.history that return HistoricIncidentDtoModifier and TypeMethodDescriptionstatic HistoricIncidentDtoHistoricIncidentDto.fromHistoricIncident(HistoricIncident historicIncident) -
Uses of HistoricIncidentDto in org.eximeebpms.bpm.engine.rest.history
Methods in org.eximeebpms.bpm.engine.rest.history that return types with arguments of type HistoricIncidentDtoModifier and TypeMethodDescriptionHistoricIncidentRestService.getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theHistoricActivityInstanceQueryinterface as a REST service. -
Uses of HistoricIncidentDto in org.eximeebpms.bpm.engine.rest.impl.history
Methods in org.eximeebpms.bpm.engine.rest.impl.history that return types with arguments of type HistoricIncidentDtoModifier and TypeMethodDescriptionHistoricIncidentRestServiceImpl.getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of HistoricIncidentDto in org.eximeebpms.bpm.engine.rest.impl.optimize
Methods in org.eximeebpms.bpm.engine.rest.impl.optimize that return types with arguments of type HistoricIncidentDtoModifier and TypeMethodDescriptionOptimizeRestService.getCompletedHistoricIncidents(String finishedAfterAsString, String finishedAtAsString, int maxResults) OptimizeRestService.getOpenHistoricIncidents(String createdAfterAsString, String createdAtAsString, int maxResults)