Uses of Interface
org.camunda.bpm.engine.history.HistoricIncident
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricIncident in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionHistoricIncidentQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of HistoricIncident in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionHistoricIncidentManager.findHistoricIncidentByQueryCriteria
(HistoricIncidentQueryImpl query, Page page) -
Uses of HistoricIncident in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionstatic HistoricIncidentDto
HistoricIncidentDto.fromHistoricIncident
(HistoricIncident historicIncident)