Uses of Interface
org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Packages that use CleanableHistoricProcessInstanceReportResult 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 -
-
Uses of CleanableHistoricProcessInstanceReportResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type CleanableHistoricProcessInstanceReportResult Modifier and Type Method Description List<CleanableHistoricProcessInstanceReportResult>CleanableHistoricProcessInstanceReportImpl. executeList(CommandContext commandContext, Page page) -
Uses of CleanableHistoricProcessInstanceReportResult in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CleanableHistoricProcessInstanceReportResult Modifier and Type Class Description classCleanableHistoricProcessInstanceReportResultEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type CleanableHistoricProcessInstanceReportResult Modifier and Type Method Description List<CleanableHistoricProcessInstanceReportResult>HistoricProcessInstanceManager. findCleanableHistoricProcessInstancesReportByCriteria(CleanableHistoricProcessInstanceReportImpl query, Page page)
-