Uses of Interface
org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult

Packages that use TaskCountByCandidateGroupResult
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.task Classes related to the TaskService
 

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

Methods in org.camunda.bpm.engine.impl that return types with arguments of type TaskCountByCandidateGroupResult
protected  List<TaskCountByCandidateGroupResult> TaskReportImpl.createTaskCountByCandidateGroupReport(CommandContext commandContext)
           
 List<TaskCountByCandidateGroupResult> TaskReportImpl.taskCountByCandidateGroup()
           
 

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement TaskCountByCandidateGroupResult
 class TaskCountByCandidateGroupResultEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type TaskCountByCandidateGroupResult
 List<TaskCountByCandidateGroupResult> TaskReportManager.createTaskCountByCandidateGroupReport(TaskReportImpl query)
           
 

Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.task
 

Methods in org.camunda.bpm.engine.task that return types with arguments of type TaskCountByCandidateGroupResult
 List<TaskCountByCandidateGroupResult> TaskReport.taskCountByCandidateGroup()
          Select a list with the number of tasks per group
 



Copyright © 2016 camunda services GmbH. All rights reserved.