jBPM Console NG - Human Tasks Client 6.1.0.Beta4

Uses of Class
org.jbpm.console.ng.ht.client.util.DateRange

Packages that use DateRange
org.jbpm.console.ng.ht.client.util   
 

Uses of DateRange in org.jbpm.console.ng.ht.client.util
 

Methods in org.jbpm.console.ng.ht.client.util that return DateRange
static DateRange DateUtils.getMonthDateRange(Date date)
          Returns a DateRange starting on first day of month in which the specified date is and ending on last day of that month.
static DateRange DateUtils.getWeekDateRange(Date date)
           
static DateRange DateUtils.getWorkWeekDateRange(Date date)
          Returns a DateRange starting on first working day of week in which the specified date is and ending on last working day (Friday) of that week.
 

Methods in org.jbpm.console.ng.ht.client.util with parameters of type DateRange
static boolean DateUtils.isDateInRange(Date date, DateRange dateRange)
          Determines if the specified date is within the specified range.
 


jBPM Console NG - Human Tasks Client 6.1.0.Beta4

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