Package org.camunda.bpm.engine.impl
Class TaskReportImpl
- java.lang.Object
-
- 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
TaskReportImpl.TaskCountByCandidateGroupCmd
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutor
commandExecutor
protected TenantCheck
tenantCheck
-
Constructor Summary
Constructors Constructor Description TaskReportImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<TaskCountByCandidateGroupResult>
createTaskCountByCandidateGroupReport(CommandContext commandContext)
TenantCheck
getTenantCheck()
List<TaskCountByCandidateGroupResult>
taskCountByCandidateGroup()
Select a list with the number of tasks per group
-
-
-
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 interfaceTaskReport
-
-