Uses of Interface
org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult
-
Packages that use TaskCountByCandidateGroupResult 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 theTaskService
. -
-
Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type TaskCountByCandidateGroupResult Modifier and Type Method Description protected List<TaskCountByCandidateGroupResult>
TaskReportImpl. createTaskCountByCandidateGroupReport(CommandContext commandContext)
List<TaskCountByCandidateGroupResult>
TaskReportImpl.TaskCountByCandidateGroupCmd. execute(CommandContext commandContext)
List<TaskCountByCandidateGroupResult>
TaskReportImpl. taskCountByCandidateGroup()
-
Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement TaskCountByCandidateGroupResult Modifier and Type Class Description class
TaskCountByCandidateGroupResultEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type TaskCountByCandidateGroupResult Modifier and Type Method Description List<TaskCountByCandidateGroupResult>
TaskReportManager. createTaskCountByCandidateGroupReport(TaskReportImpl query)
-
Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.rest.dto.converter
Method parameters in org.camunda.bpm.engine.rest.dto.converter with type arguments of type TaskCountByCandidateGroupResult Modifier and Type Method Description static String
TaskReportResultToCsvConverter. convertCandidateGroupReportResult(List<TaskCountByCandidateGroupResult> reports)
-
Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return types with arguments of type TaskCountByCandidateGroupResult Modifier and Type Method Description List<TaskCountByCandidateGroupResult>
TaskCountByCandidateGroupResultDto. executeTaskCountByCandidateGroupReport(ProcessEngine engine)
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type TaskCountByCandidateGroupResult Modifier and Type Method Description static TaskCountByCandidateGroupResultDto
TaskCountByCandidateGroupResultDto. fromTaskCountByCandidateGroupResultDto(TaskCountByCandidateGroupResult taskCountByCandidateGroupResult)
-
Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.rest.sub.task.impl
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type TaskCountByCandidateGroupResult Modifier and Type Method Description protected List<TaskCountByCandidateGroupResult>
TaskReportResourceImpl. queryTaskCountByCandidateGroupReport()
-
Uses of TaskCountByCandidateGroupResult in org.camunda.bpm.engine.task
Methods in org.camunda.bpm.engine.task that return types with arguments of type TaskCountByCandidateGroupResult Modifier and Type Method Description List<TaskCountByCandidateGroupResult>
TaskReport. taskCountByCandidateGroup()
Select a list with the number of tasks per group
-