| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.task |
Classes related to the
TaskService. |
| Modifier and Type | Method and Description |
|---|---|
protected List<TaskCountByCandidateGroupResult> |
TaskReportImpl.createTaskCountByCandidateGroupReport(CommandContext commandContext) |
List<TaskCountByCandidateGroupResult> |
TaskReportImpl.taskCountByCandidateGroup() |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskCountByCandidateGroupResultEntity |
| Modifier and Type | Method and Description |
|---|---|
List<TaskCountByCandidateGroupResult> |
TaskReportManager.createTaskCountByCandidateGroupReport(TaskReportImpl query) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskCountByCandidateGroupResult> |
TaskReport.taskCountByCandidateGroup()
Select a list with the number of tasks per group
|
Copyright © 2013–2019 camunda services GmbH. All rights reserved.