public class TaskReportImpl extends Object implements Serializable, TaskReport
Modifier and Type | Field and Description |
---|---|
protected CommandExecutor |
commandExecutor |
protected TenantCheck |
tenantCheck |
Constructor and Description |
---|
TaskReportImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
protected List<TaskCountByCandidateGroupResult> |
createTaskCountByCandidateGroupReport(CommandContext commandContext) |
TenantCheck |
getTenantCheck() |
List<TaskCountByCandidateGroupResult> |
taskCountByCandidateGroup()
Select a list with the number of tasks per group
|
protected transient CommandExecutor commandExecutor
protected TenantCheck tenantCheck
public TaskReportImpl(CommandExecutor commandExecutor)
protected List<TaskCountByCandidateGroupResult> createTaskCountByCandidateGroupReport(CommandContext commandContext)
public TenantCheck getTenantCheck()
public List<TaskCountByCandidateGroupResult> taskCountByCandidateGroup()
TaskReport
taskCountByCandidateGroup
in interface TaskReport
Copyright © 2017. All rights reserved.