Package org.camunda.bpm.engine.task
Interface TaskReport
- 
- All Known Implementing Classes:
 TaskReportImpl
public interface TaskReport- Author:
 - Daniel Meyer, Stefan Hentschel
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TaskCountByCandidateGroupResult>taskCountByCandidateGroup()Select a list with the number of tasks per group 
 - 
 
- 
- 
Method Detail
- 
taskCountByCandidateGroup
java.util.List<TaskCountByCandidateGroupResult> taskCountByCandidateGroup()
Select a list with the number of tasks per group 
 - 
 
 -