org.camunda.bpm.engine.impl
Class TaskReportImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.TaskReportImpl
All Implemented Interfaces:
Serializable, TaskReport

public class TaskReportImpl
extends Object
implements Serializable, TaskReport

Author:
Stefan Hentschel
See Also:
Serialized Form

Field Summary
protected  CommandExecutor commandExecutor
           
protected  TenantCheck tenantCheck
           
 
Constructor Summary
TaskReportImpl(CommandExecutor commandExecutor)
           
 
Method Summary
protected  List<TaskCountByCandidateGroupResult> createTaskCountByCandidateGroupReport(CommandContext commandContext)
           
 TenantCheck getTenantCheck()
           
 List<TaskCountByCandidateGroupResult> taskCountByCandidateGroup()
          Select a list with the number of tasks per group
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandExecutor

protected transient CommandExecutor commandExecutor

tenantCheck

protected TenantCheck tenantCheck
Constructor Detail

TaskReportImpl

public TaskReportImpl(CommandExecutor commandExecutor)
Method Detail

createTaskCountByCandidateGroupReport

protected List<TaskCountByCandidateGroupResult> createTaskCountByCandidateGroupReport(CommandContext commandContext)

getTenantCheck

public TenantCheck getTenantCheck()

taskCountByCandidateGroup

public List<TaskCountByCandidateGroupResult> taskCountByCandidateGroup()
Description copied from interface: TaskReport
Select a list with the number of tasks per group

Specified by:
taskCountByCandidateGroup in interface TaskReport


Copyright © 2016 camunda services GmbH. All rights reserved.