Uses of Class
ibi.broker.api.data.schedule.TimeInfo

Packages that use TimeInfo
ibi.broker.api.data.schedule   
ibi.broker.api.ws   
 

Uses of TimeInfo in ibi.broker.api.data.schedule
 

Subclasses of TimeInfo in ibi.broker.api.data.schedule
 class TimeInfoCustom
           
 class TimeInfoDay
           The TimeInfoDay class represents time information pertaining to scheduled reports that run in intervals of days.
 class TimeInfoHour
           The TimeInfoHour class represents time information pertaining to scheduled reports that run in intervals of hours.
 class TimeInfoMinute
           The TimeInfoMinute class represents time information pertaining to scheduled reports that run in intervals of minutes.
 class TimeInfoMonth
           The TimeInfoMonth class represents time information pertaining to scheduled reports that run in intervals of months.
 class TimeInfoOnce
           The TimeInfoOnce class represents time information pertaining to scheduled jobs that are to run only once.
 class TimeInfoWeek
           The TimeInfoWeek class represents time information pertaining to scheduled reports that run in intervals of weeks.
 class TimeInfoYear
           The TimeInfoYear class represents time information pertaining to scheduled reports that run in intervals of years.
 

Methods in ibi.broker.api.data.schedule that return TimeInfo
 TimeInfo Schedule.getTimeInfo()
          Obtains the TimeInfo object associated with this schedule, which contains the frequency and time parameters indicating when and how often this schedule should run.
 

Methods in ibi.broker.api.data.schedule with parameters of type TimeInfo
 void Schedule.setTimeInfo(TimeInfo timeInfo)
          Assigns the TimeInfo object associated to this schedule, which contains the frequency and time parameters indicating when and how often this schedule should run.
 

Uses of TimeInfo in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that return TimeInfo
 TimeInfo ScheduleManagerClientSF.addCustomInterval(TimeInfo timeInfo)
           
 TimeInfo[] ScheduleManagerClientSF.selectCustomIntervalList()
           
 

Methods in ibi.broker.api.ws with parameters of type TimeInfo
 TimeInfo ScheduleManagerClientSF.addCustomInterval(TimeInfo timeInfo)
           
 



Copyright © 2006 Information Builders, Incorporated.