jBPM Console NG - Human Tasks API 6.0.0.Beta2

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

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

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.getTasksAssignedFromDateToDateByGroupsByDays(List<String> groupIds, Date from, Date to, String language)
          Gets the mapping 'Day -> list of assigned groups tasks' from start day to end day (including).
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksAssignedFromDateToDateByGroupsByDays(List<String> groupIds, Date from, int nrOfDaysTotal, String language)
          Gets the mapping 'Day -> list of assigned groups tasks' starting from specified day and for specified number of days.
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksAssignedFromDateToDatePersonalAndGroupsTasksByDays(String userId, List<String> groupIds, Date from, Date to, String language)
          Gets the mapping 'Day -> list of assigned personal and groups tasks' from start day to end day (including).
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksAssignedFromDateToDatePersonalAndGroupsTasksByDays(String userId, List<String> groupIds, Date from, int nrOfDaysTotal, String language)
          Gets the mapping 'Day -> list of assigned personal and groups tasks' starting from specified day and for specified number of days.
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksOwnedFromDateToDateByDays(String userId, Date from, Date to, String language)
          Gets the mapping 'Day -> list of owned tasks' from start day to end day (including).
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksOwnedFromDateToDateByDays(String userId, Date from, int nrOfDaysTotal, String language)
          Gets the mapping 'Day -> list of owned tasks' starting from specified day and for specified number of days.
 Map<Day,List<TaskSummary>> TaskServiceEntryPoint.getTasksOwnedFromDateToDateByDays(String userId, List<String> strStatuses, Date from, Date to, String language)
          Gets the mapping 'Day -> list of owned tasks' from start day to end day (including).
 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.0.0.Beta2

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