jBPM distribution 6.0.0.Alpha9

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.


Method Summary
 int getCompletedTaskByUserId(String userId)
           
 int getPendingTaskByUserId(String userId)
           
 

Method Detail

getCompletedTaskByUserId

int getCompletedTaskByUserId(String userId)

getPendingTaskByUserId

int getPendingTaskByUserId(String userId)

jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.