KIE Internal 6.0.0.Beta1

org.kie.internal.task.api
Interface TaskStatisticsService


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)

KIE Internal 6.0.0.Beta1

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