Package org.camunda.bpm.engine.impl
Class TaskReportImpl
java.lang.Object
org.camunda.bpm.engine.impl.TaskReportImpl
- All Implemented Interfaces:
- Serializable,- TaskReport
- Author:
- Stefan Hentschel
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<TaskCountByCandidateGroupResult>createTaskCountByCandidateGroupReport(CommandContext commandContext) Select a list with the number of tasks per group
- 
Field Details- 
commandExecutor
- 
tenantCheck
 
- 
- 
Constructor Details- 
TaskReportImpl
 
- 
- 
Method Details- 
createTaskCountByCandidateGroupReportprotected List<TaskCountByCandidateGroupResult> createTaskCountByCandidateGroupReport(CommandContext commandContext) 
- 
getTenantCheck
- 
taskCountByCandidateGroupDescription copied from interface:TaskReportSelect a list with the number of tasks per group- Specified by:
- taskCountByCandidateGroupin interface- TaskReport
 
 
-