|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibi.broker.api.data.schedule.Task
ibi.broker.api.data.schedule.TaskWFServerProcedure
ibi.broker.api.data.schedule.TaskStandardReport
ibi.broker.api.data.schedule.TaskMyReport
public 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). 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.
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.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 |
---|
public TaskMyReport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |