|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AlertDestination
This object is used to specify the output destination of a scheduled job. If you do not specify a destination, scheduled report instances will only be saved on the File Repository Server (FRS),
Five types of destinations are supported by BusinessObjects Enterprise:
FTP, SMTP, Managed and DiskUnmanaged are generic destinations that can be used with other object types. However, Printer is a report format specific destination and can only be used when the report object is a Crystal Report. While FTP, SMTP, Managed and DiskUnmanaged scheduling options are provided through the SchedulingInfo object when you schedule a report, the Printer options are set using the Report object.
The options for each destination, with the exception of the printer, are provided through the appropriate destination plugin. Printer options are set with the Report plugin instead of a destination plugin.
| Nested Class Summary | |
|---|---|
static class |
AlertDestination.Factory
A class with methods for creating instances of the AlertDestination type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
DestinationScheduleOptions |
addNewDestinationScheduleOptions()
Internal Use Only. |
DestinationScheduleOptions |
getDestinationScheduleOptions()
Internal Use Only. |
java.lang.String |
getName()
Returns the name of the destination. |
boolean |
isSetDestinationScheduleOptions()
Internal Use Only. |
boolean |
isSetName()
Checks if the Name has been set. |
void |
setDestinationScheduleOptions(DestinationScheduleOptions destinationScheduleOptions)
Internal Use Only. |
void |
setName(java.lang.String name)
Sets the name of the destination. |
void |
unsetDestinationScheduleOptions()
Internal Use Only. |
void |
unsetName()
Deletes or unsets the Name element. |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
DestinationScheduleOptions getDestinationScheduleOptions()
boolean isSetDestinationScheduleOptions()
void setDestinationScheduleOptions(DestinationScheduleOptions destinationScheduleOptions)
DestinationScheduleOptions addNewDestinationScheduleOptions()
void unsetDestinationScheduleOptions()
java.lang.String getName()
Returns the name of the destination.
String containing the name of the destination of the scheduled job.org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
true if the Name element has been set,otherwise false.void setName(java.lang.String name)
Sets the name of the destination. In order to disable notification for a report, use this method and set the destination name to an empty String.
name - A String containing the name of the destination of the scheduled job.void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Deletes or unsets the Name element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||