org.jbpm.task.api
Interface TaskStatisticsService
- All Known Implementing Classes:
- TaskStatisticsServiceImpl
public interface TaskStatisticsService
The Task Statistics Service provides all
the methods for gathering Task Instance Statistics.
The Task Statistics methods are provided separately from the
Task Query Services, because they can include more complex operations than
simple queries, like aggregations, averages, sums, etc.
getCompletedTaskByUserId
int getCompletedTaskByUserId(String userId)
getPendingTaskByUserId
int getPendingTaskByUserId(String userId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.