Package org.camunda.bpm.engine.impl
Class TaskReportImpl
java.lang.Object
org.camunda.bpm.engine.impl.TaskReportImpl
- All Implemented Interfaces:
Serializable
,TaskReport
- Author:
- Stefan Hentschel
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<TaskCountByCandidateGroupResult>
createTaskCountByCandidateGroupReport
(CommandContext commandContext) Select a list with the number of tasks per group
-
Field Details
-
commandExecutor
-
tenantCheck
-
-
Constructor Details
-
TaskReportImpl
-
-
Method Details
-
createTaskCountByCandidateGroupReport
protected List<TaskCountByCandidateGroupResult> createTaskCountByCandidateGroupReport(CommandContext commandContext) -
getTenantCheck
-
taskCountByCandidateGroup
Description copied from interface:TaskReport
Select a list with the number of tasks per group- Specified by:
taskCountByCandidateGroup
in interfaceTaskReport
-