jBPM Console NG - Human Tasks API 6.2.0.Beta1

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

Packages that use Day
org.jbpm.console.ng.ht.model   
org.jbpm.console.ng.ht.service   
 

Uses of Day in org.jbpm.console.ng.ht.model
 

Methods in org.jbpm.console.ng.ht.model that return Day
 Day TasksPerDaySummary.getDay()
           
 

Constructors in org.jbpm.console.ng.ht.model with parameters of type Day
TasksPerDaySummary(Day day, List<TaskSummary> tasks)
           
 

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

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


jBPM Console NG - Human Tasks API 6.2.0.Beta1

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