org.camunda.bpm.engine.task
Interface TaskCountByCandidateGroupResult

All Known Implementing Classes:
TaskCountByCandidateGroupResultEntity

public interface TaskCountByCandidateGroupResult

Author:
Daniel Meyer, Stefan Hentschel

Method Summary
 String getGroupName()
          The group which as the number of tasks
 int getTaskCount()
          The number of tasks for a specific group
 

Method Detail

getTaskCount

int getTaskCount()
The number of tasks for a specific group


getGroupName

String getGroupName()
The group which as the number of tasks



Copyright © 2017 camunda services GmbH. All rights reserved.