Uses of Class
ibi.broker.api.data.dslog.DsLog

Packages that use DsLog
ibi.broker.api.cci   
ibi.broker.api.data.console   
ibi.broker.api.ws   
ibi.broker.scheduler.plugin   
 

Uses of DsLog in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci that return DsLog
 DsLog LogManager.getLastLogByScheduleId(java.lang.String scheduleId)
          Retrieves a DsLog object, the components of which are taken from the ReportCaster repository as identified by the specified scheduleId (see Schedule.getId()).
 DsLog LogManager.getLogByJobId(java.lang.String jobId)
          Retrieves a DsLog object, the components of which are taken from the underlying ReportCaster repository as identified by the specified jobId.
 DsLog[] LogManager.getLogInfoListByOwner(java.lang.String owner)
          Retrieves an Array of partially setDslog objects for a specified owner (ie, logs of all schedule runs for a designated owner).
 DsLog[] LogManager.getLogInfoListByOwnerByCalendar(java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
          Retrieves an Array of partially set Dslog objects with a specified owner (ie, logs of all schedule runs for a designated owner), where the jobs were run during a specified time interval (delineated by startTime and endTime).
 DsLog[] LogManager.getLogInfoListByScheduleId(java.lang.String scheduleId)
          Retrieves an Array of partially set Dslog objects for a specified scheduleId (ie, logs for all the runs of a designated schedule).
 DsLog[] LogManager.getLogListByScheduleId(java.lang.String scheduleId)
           
 

Uses of DsLog in ibi.broker.api.data.console
 

Methods in ibi.broker.api.data.console that return DsLog
 DsLog JobStatus.getDsLog()
           
 

Methods in ibi.broker.api.data.console with parameters of type DsLog
 void JobStatus.setDsLog(DsLog dsLog)
           
 

Uses of DsLog in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that return DsLog
 DsLog LogManagerIF.getLastLogByScheduleId(Authenticate authenticate, java.lang.String scheduleId)
           
 DsLog LogManagerWS.getLastLogByScheduleId(Authenticate authenticate, java.lang.String scheduleId)
           
 DsLog LogManagerClientSF.getLastLogByScheduleId(java.lang.String scheduleId)
           
 DsLog LogManagerIF.getLogByJobId(Authenticate authenticate, java.lang.String jobId)
           
 DsLog LogManagerWS.getLogByJobId(Authenticate authenticate, java.lang.String processId)
           
 DsLog LogManagerClientSF.getLogByJobId(java.lang.String jobId)
           
 DsLog[] LogManagerIF.getLogInfoListByOwner(Authenticate authenticate, java.lang.String owner)
           
 DsLog[] LogManagerWS.getLogInfoListByOwner(Authenticate authenticate, java.lang.String owner)
           
 DsLog[] LogManagerClientSF.getLogInfoListByOwner(java.lang.String owner)
           
 DsLog[] LogManagerIF.getLogInfoListByOwnerByCalendar(Authenticate authenticate, java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
           
 DsLog[] LogManagerWS.getLogInfoListByOwnerByCalendar(Authenticate authenticate, java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
           
 DsLog[] LogManagerClientSF.getLogInfoListByOwnerByCalendar(java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
           
 DsLog[] LogManagerIF.getLogInfoListByScheduleId(Authenticate authenticate, java.lang.String scheduleId)
           
 DsLog[] LogManagerWS.getLogInfoListByScheduleId(Authenticate authenticate, java.lang.String scheduleId)
           
 DsLog[] LogManagerClientSF.getLogInfoListByScheduleId(java.lang.String scheduleId)
           
 DsLog[] LogManagerClientSF.getLogListByScheduleId(java.lang.String scheduleId)
           
 

Uses of DsLog in ibi.broker.scheduler.plugin
 

Methods in ibi.broker.scheduler.plugin that return DsLog
 DsLog JobEvent.getDsLog()
           
 

Methods in ibi.broker.scheduler.plugin with parameters of type DsLog
 void JobEvent.setDsLog(DsLog dsLog)
           
 

Constructors in ibi.broker.scheduler.plugin with parameters of type DsLog
JobEvent(Job job, DsLog dsLog, java.lang.String action)
           
 



Copyright © 2006 Information Builders, Incorporated.