Uses of Interface
org.camunda.bpm.engine.history.HistoricIncident
- 
Packages that use HistoricIncident Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.history 
- 
- 
Uses of HistoricIncident in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricIncident Modifier and Type Method Description java.util.List<HistoricIncident>HistoricIncidentQueryImpl. executeList(CommandContext commandContext, Page page)
- 
Uses of HistoricIncident in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricIncident Modifier and Type Class Description classHistoricIncidentEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricIncident Modifier and Type Method Description java.util.List<HistoricIncident>HistoricIncidentManager. findHistoricIncidentByQueryCriteria(HistoricIncidentQueryImpl query, Page page)
- 
Uses of HistoricIncident in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricIncident Modifier and Type Method Description static HistoricIncidentDtoHistoricIncidentDto. fromHistoricIncident(HistoricIncident historicIncident)
 
-