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.rest.dto.converter | |
org.camunda.bpm.engine.rest.dto.task | |
org.camunda.bpm.engine.rest.sub.task.impl | |
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 |
---|---|
static String |
TaskReportResultToCsvConverter.convertCandidateGroupReportResult(List<TaskCountByCandidateGroupResult> reports) |
Modifier and Type | Method and Description |
---|---|
List<TaskCountByCandidateGroupResult> |
TaskCountByCandidateGroupResultDto.executeTaskCountByCandidateGroupReport(ProcessEngine engine) |
Modifier and Type | Method and Description |
---|---|
static TaskCountByCandidateGroupResultDto |
TaskCountByCandidateGroupResultDto.fromTaskCountByCandidateGroupResultDto(TaskCountByCandidateGroupResult taskCountByCandidateGroupResult) |
Modifier and Type | Method and Description |
---|---|
protected List<TaskCountByCandidateGroupResult> |
TaskReportResourceImpl.queryTaskCountByCandidateGroupReport() |
Modifier and Type | Method and Description |
---|---|
List<TaskCountByCandidateGroupResult> |
TaskReport.taskCountByCandidateGroup()
Select a list with the number of tasks per group
|
Copyright © 2022. All rights reserved.