ibi.broker.api.data.schedule
Class TaskMyReport

java.lang.Object
  extended by ibi.broker.api.data.schedule.Task
      extended by ibi.broker.api.data.schedule.TaskWFServerProcedure
          extended by ibi.broker.api.data.schedule.TaskStandardReport
              extended by ibi.broker.api.data.schedule.TaskMyReport
All Implemented Interfaces:
java.io.Serializable

public class TaskMyReport
extends TaskStandardReport

 The TaskMyReport class is one of six task types supported by
 ReportCaster (WebFOCUS Server procedure, Standard Report, File, FTP, and 
 URL are the others). Each task type corresponds to a means of running or accessing a report that 
 can be distributed by ReportCaster. 
 TaskMyReport allows ReportCaster to schedule the distribution of a Managed 
 Reporting MyReport. TaskMyReport extends TaskStandardReport 
 and shares all its characteristics except that no alerts can 
 be associated with a MyReport task.  
 Please see TaskStandardReport for coding examples.
 

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ibi.broker.api.data.schedule.Task
Task.SystemTask
 
Field Summary
 
Fields inherited from class ibi.broker.api.data.schedule.TaskWFServerProcedure
AHTML, ALPHA, APDF, COM, COMMA, COMT, DFIX_DELIMITER, DHTML, DOC, EXCEL, EXCEL_TEMPLATE, EXL07, EXL07_TEMPLATE, EXL2K, EXL2K_FORMULA, EXL2K_PIVOT, EXL97, FLEX, GIF, HTML, HTML_ODP, JPEG, MHT, PDF, PNG, PPT, PPT_TEMPLATE, PPTX, PS, SVG, TAB, TABT, VISDIS, VISDISAE, WK1, WP, XML
 
Fields inherited from class ibi.broker.api.data.schedule.Task
description, enabled, FILE, FTP, id, MAINFRAME_JES_RETRIEVE, MY_REPORT, procedureName, reportName, SCHEDULE, STANDARD_REPORT, taskRetry, URL, WEBFOCUS_SERVER_PROCEDURE
 
Constructor Summary
TaskMyReport()
           
 
Method Summary
 
Methods inherited from class ibi.broker.api.data.schedule.TaskStandardReport
getAlert, getDomainHREF, getFolderHREF, getProcedureDescription, isAlertEnabled, setAlert, setAlertEnabled, setDomainHREF, setFolderHREF, setProcedureDescription
 
Methods inherited from class ibi.broker.api.data.schedule.TaskWFServerProcedure
addParameter, getAllowFormatList, getExecId, getExecPassword, getFirstPostProcessingProcedure, getFirstPreProcessingProcedure, getParameterList, getSecondPostProcessingProcedure, getSecondPreProcessingProcedure, getSendFormat, getServerName, isBurst, setAllowFormatList, setBurst, setExecId, setExecPassword, setFirstPostProcessingProcedure, setFirstPreProcessingProcedure, setParameterList, setSecondPostProcessingProcedure, setSecondPreProcessingProcedure, setSendFormat, setServerName
 
Methods inherited from class ibi.broker.api.data.schedule.Task
getDescription, getId, getProcedureName, getReportName, getTaskRetry, isEnabled, setDescription, setEnabled, setId, setProcedureName, setReportName, setTaskRetry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskMyReport

public TaskMyReport()


Copyright © 2006 Information Builders, Incorporated.