Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentEntity
-
Packages that use HistoricIncidentEntity Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd.optimize org.camunda.bpm.engine.impl.optimize org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricIncidentEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricIncidentEntity Modifier and Type Method Description List<HistoricIncidentEntity>OptimizeService. getCompletedHistoricIncidents(Date finishedAfter, Date finishedAt, int maxResults)List<HistoricIncidentEntity>OptimizeService. getOpenHistoricIncidents(Date createdAfter, Date createdAt, int maxResults) -
Uses of HistoricIncidentEntity in org.camunda.bpm.engine.impl.cmd.optimize
Methods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type HistoricIncidentEntity Modifier and Type Method Description List<HistoricIncidentEntity>OptimizeCompletedHistoricIncidentsQueryCmd. execute(CommandContext commandContext)List<HistoricIncidentEntity>OptimizeOpenHistoricIncidentsQueryCmd. execute(CommandContext commandContext) -
Uses of HistoricIncidentEntity in org.camunda.bpm.engine.impl.optimize
Methods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type HistoricIncidentEntity Modifier and Type Method Description List<HistoricIncidentEntity>OptimizeManager. getCompletedHistoricIncidents(Date finishedAfter, Date finishedAt, int maxResults)List<HistoricIncidentEntity>OptimizeManager. getOpenHistoricIncidents(Date createdAfter, Date createdAt, int maxResults) -
Uses of HistoricIncidentEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricIncidentEntity Modifier and Type Method Description HistoricIncidentEntityHistoricIncidentManager. findHistoricIncidentById(String id)
-