Package org.camunda.bpm.engine.task
Interface TaskCountByCandidateGroupResult
-
- All Known Implementing Classes:
TaskCountByCandidateGroupResultEntity
public interface TaskCountByCandidateGroupResult- Author:
- Daniel Meyer, Stefan Hentschel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGroupName()The group which as the number of tasksintgetTaskCount()The number of tasks for a specific group
-