Uses of Interface
org.eximeebpms.bpm.engine.history.HistoricTaskInstanceReportResult
Packages that use HistoricTaskInstanceReportResult
Package
Description
Classes related to the
HistoryService.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricTaskInstanceReportResult in org.eximeebpms.bpm.engine.history
Methods in org.eximeebpms.bpm.engine.history that return types with arguments of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionHistoricTaskInstanceReport.countByProcessDefinitionKey()Executes the task report query and returns a list ofHistoricTaskInstanceReportResultsHistoricTaskInstanceReport.countByTaskName()Executes the task report query and returns a list ofHistoricTaskInstanceReportResults -
Uses of HistoricTaskInstanceReportResult in org.eximeebpms.bpm.engine.impl
Methods in org.eximeebpms.bpm.engine.impl that return types with arguments of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionHistoricTaskInstanceReportImpl.countByProcessDefinitionKey()HistoricTaskInstanceReportImpl.countByTaskName()HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByNameCmd.execute(CommandContext commandContext) HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByProcessDefinitionKey.execute(CommandContext commandContext) protected List<HistoricTaskInstanceReportResult>HistoricTaskInstanceReportImpl.executeCountByProcessDefinitionKey(CommandContext commandContext) protected List<HistoricTaskInstanceReportResult>HistoricTaskInstanceReportImpl.executeCountByTaskName(CommandContext commandContext) -
Uses of HistoricTaskInstanceReportResult in org.eximeebpms.bpm.engine.impl.persistence.entity
Classes in org.eximeebpms.bpm.engine.impl.persistence.entity that implement HistoricTaskInstanceReportResultMethods in org.eximeebpms.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstanceReportResultModifier and TypeMethodDescriptionTaskReportManager.selectHistoricTaskInstanceCountByProcDefKeyReport(HistoricTaskInstanceReportImpl query) TaskReportManager.selectHistoricTaskInstanceCountByTaskNameReport(HistoricTaskInstanceReportImpl query)