Uses of Interface
org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult

Packages that use HistoricTaskInstanceReportResult
org.camunda.bpm.engine.history Classes related to the HistoryService
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 HistoricTaskInstanceReportResult in org.camunda.bpm.engine.history
 

Methods in org.camunda.bpm.engine.history that return types with arguments of type HistoricTaskInstanceReportResult
 List<HistoricTaskInstanceReportResult> HistoricTaskInstanceReport.countByProcessDefinitionKey()
          Executes the task report query and returns a list of HistoricTaskInstanceReportResults
 List<HistoricTaskInstanceReportResult> HistoricTaskInstanceReport.countByTaskName()
          Executes the task report query and returns a list of HistoricTaskInstanceReportResults
 

Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricTaskInstanceReportResult
 List<HistoricTaskInstanceReportResult> HistoricTaskInstanceReportImpl.countByProcessDefinitionKey()
           
 List<HistoricTaskInstanceReportResult> HistoricTaskInstanceReportImpl.countByTaskName()
           
protected  List<HistoricTaskInstanceReportResult> HistoricTaskInstanceReportImpl.executeCountByProcessDefinitionKey(CommandContext commandContext)
           
protected  List<HistoricTaskInstanceReportResult> HistoricTaskInstanceReportImpl.executeCountByTaskName(CommandContext commandContext)
           
 

Uses of HistoricTaskInstanceReportResult in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricTaskInstanceReportResult
 class TaskReportResultEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstanceReportResult
 List<HistoricTaskInstanceReportResult> TaskReportManager.selectHistoricTaskInstanceCountByProcDefKeyReport(HistoricTaskInstanceReportImpl query)
           
 List<HistoricTaskInstanceReportResult> TaskReportManager.selectHistoricTaskInstanceCountByTaskNameReport(HistoricTaskInstanceReportImpl query)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.