Uses of Class
com.jaspersoft.jasperserver.ws.scheduling.IntervalUnit

Packages that use IntervalUnit
com.jaspersoft.jasperserver.ws.axis2.scheduling   
com.jaspersoft.jasperserver.ws.scheduling   
 

Uses of IntervalUnit in com.jaspersoft.jasperserver.ws.axis2.scheduling
 

Methods in com.jaspersoft.jasperserver.ws.axis2.scheduling that return IntervalUnit
protected  IntervalUnit ReportJobBeanTraslator.toIntervalUnit(java.lang.Byte intervalUnit)
           
 

Methods in com.jaspersoft.jasperserver.ws.axis2.scheduling with parameters of type IntervalUnit
protected  java.lang.Byte ReportJobBeanTraslator.toIntervalUnit(IntervalUnit intervalUnit)
           
 

Uses of IntervalUnit in com.jaspersoft.jasperserver.ws.scheduling
 

Fields in com.jaspersoft.jasperserver.ws.scheduling declared as IntervalUnit
static IntervalUnit IntervalUnit.DAY
           
static IntervalUnit IntervalUnit.HOUR
           
static IntervalUnit IntervalUnit.MINUTE
           
static IntervalUnit IntervalUnit.WEEK
           
 

Methods in com.jaspersoft.jasperserver.ws.scheduling that return IntervalUnit
static IntervalUnit IntervalUnit.fromString(java.lang.String value)
           
static IntervalUnit IntervalUnit.fromValue(java.lang.String value)
           
 IntervalUnit JobSimpleTrigger.getRecurrenceIntervalUnit()
          Gets the recurrenceIntervalUnit value for this JobSimpleTrigger.
 

Methods in com.jaspersoft.jasperserver.ws.scheduling with parameters of type IntervalUnit
 void JobSimpleTrigger.setRecurrenceIntervalUnit(IntervalUnit recurrenceIntervalUnit)
          Sets the recurrenceIntervalUnit value for this JobSimpleTrigger.
 

Constructors in com.jaspersoft.jasperserver.ws.scheduling with parameters of type IntervalUnit
JobSimpleTrigger(long id, int version, java.lang.String timezone, java.util.Calendar startDate, java.util.Calendar endDate, int occurrenceCount, java.lang.Integer recurrenceInterval, IntervalUnit recurrenceIntervalUnit)
           
 



Copyright © 2007. All Rights Reserved.