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

Packages that use Task
ibi.broker.api.cci   
ibi.broker.api.data.schedule   
ibi.broker.api.ws   
 

Uses of Task in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci with parameters of type Task
 AmperParameter[] ScheduleManager.getAmperParameterList(Task task)
          Deprecated. 
 AmperParameter[] ScheduleManager.getAmperParameterList(Task task, java.lang.String owner)
          Obtains an Array of AmperParameter objects that are associated with a scheduled task.
 

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

Subclasses of Task in ibi.broker.api.data.schedule
static class Task.SystemTask
           
 class TaskFile
           The TaskFile class is one of six task types supported by ReportCaster (WebFOCUS Server procedure, MyReport, Standard Report, FTP, and URL are the others).
 class TaskFtp
           The TaskFTP class is one of six task types supported by ReportCaster (WebFOCUS Server procedure, MyReport, Standard Report, File, and URL are the others).
 class TaskMyReport
           The TaskMyReport class is one of six task types supported by ReportCaster (WebFOCUS Server procedure, Standard Report, File, FTP, and URL are the others).
 class TaskSchedule
           
 class TaskStandardReport
           The TaskStandardReport class is one of six task types supported by ReportCaster (WF Server Procedure, MyReport, File, FTP, and URL are the others).
 class TaskUrl
           The TaskUrl class is one of six task types supported by ReportCaster (WF Server Procedure, MyReport, Standard Report, FTP, and File are the others).
 class TaskWFServerProcedure
           The TaskWFServerProcedure class is one of six task types supported by ReportCaster (MyReport, Standard Report, File, FTP and URL are the others).
 

Methods in ibi.broker.api.data.schedule that return Task
 Task Schedule.getFirstTask()
           
 Task[] Schedule.getTaskList()
          Obtains an array of Task objects, with each Task object containing one report to be distributed as part of this schedule.
 

Methods in ibi.broker.api.data.schedule with parameters of type Task
 void Schedule.setFirstTask(Task task)
           
 void Schedule.setTaskList(Task[] taskList)
          Assigns an array of Task objects, with each Task object containing one report that is to be distributed as part of this schedule.
 

Uses of Task in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws with parameters of type Task
 AmperParameter[] ScheduleManagerIF.getAmperParameterList(Authenticate authenticate, Task task)
           
 AmperParameter[] ScheduleManagerWS.getAmperParameterList(Authenticate authenticate, Task task)
           
 AmperParameter[] ScheduleManagerClientSF.getAmperParameterList(Task task)
           
 AmperParameter[] ScheduleManagerClientSF.getAmperParameterList(Task task, java.lang.String owner)
           
 



Copyright © 2006 Information Builders, Incorporated.