Uses of Interface
org.camunda.bpm.engine.history.HistoricIncident
Packages that use HistoricIncident
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricIncident in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricIncidentModifier and TypeMethodDescriptionHistoricIncidentQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of HistoricIncident in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricIncidentMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricIncidentModifier and TypeMethodDescriptionHistoricIncidentManager.findHistoricIncidentByQueryCriteria
(HistoricIncidentQueryImpl query, Page page) -
Uses of HistoricIncident in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricIncidentModifier and TypeMethodDescriptionstatic HistoricIncidentDto
HistoricIncidentDto.fromHistoricIncident
(HistoricIncident historicIncident)