jBPM Console NG - Human Tasks API 6.1.0.Beta1

Uses of Class
org.jbpm.console.ng.ht.model.TaskSummary

Packages that use TaskSummary
org.jbpm.console.ng.ht.service   
 

Uses of TaskSummary in org.jbpm.console.ng.ht.service
 

Methods in org.jbpm.console.ng.ht.service that return TaskSummary
 TaskSummary TaskServiceEntryPoint.getTaskDetails(long taskId)
           
 

Methods in org.jbpm.console.ng.ht.service that return types with arguments of type TaskSummary
 List<TaskSummary> TaskServiceEntryPoint.getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String userId, List<String> status, Date from, String language)
           
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksAssignedAsPotentialOwnerFromDateToDateByDays(String userId, List<String> strStatuses, Date from, int nrOfDaysTotal, String language)
           
 List<TaskSummary> TaskServiceEntryPoint.getTasksOwnedByExpirationDateOptional(String userId, List<String> strStatuses, Date from, String language)
           
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksOwnedFromDateToDateByDays(String userId, List<String> strStatuses, Date from, int nrOfDaysTotal, String language)
          Gets the mapping 'Day -> list of owned tasks' starting from specified dayand for specified number of days.
 


jBPM Console NG - Human Tasks API 6.1.0.Beta1

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