Uses of Interface
org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Packages that use CleanableHistoricDecisionInstanceReportResult Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.history.event org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of CleanableHistoricDecisionInstanceReportResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type CleanableHistoricDecisionInstanceReportResult Modifier and Type Method Description List<CleanableHistoricDecisionInstanceReportResult>CleanableHistoricDecisionInstanceReportImpl. executeList(CommandContext commandContext, Page page) -
Uses of CleanableHistoricDecisionInstanceReportResult in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return types with arguments of type CleanableHistoricDecisionInstanceReportResult Modifier and Type Method Description List<CleanableHistoricDecisionInstanceReportResult>HistoricDecisionInstanceManager. findCleanableHistoricDecisionInstancesReportByCriteria(CleanableHistoricDecisionInstanceReportImpl query, Page page) -
Uses of CleanableHistoricDecisionInstanceReportResult in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CleanableHistoricDecisionInstanceReportResult Modifier and Type Class Description classCleanableHistoricDecisionInstanceReportResultEntity
-