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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandExecutor
protected transient CommandExecutor commandExecutor
tenantCheck
protected TenantCheck tenantCheck
TaskReportImpl
public TaskReportImpl(CommandExecutor commandExecutor)
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 © 2017 camunda services GmbH. All rights reserved.