|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDestinationPlugin
This interface defines Destination plugins that allow reports to be scheduled to specific destinations. There are three types of Destination plugins, each of which is implemented in one of the following packages:
This object allows you to view the properties, as well as the scheduling options,
that have been set for a particular Destination plugin. Use the IDestination object's
setFromPlugin method to set these Destination plugin properties and scheduling options
on the object that is being scheduled, and the copyToPlugin method to copy the IDestination
object's properties to the Destination plugin so that they can be viewed through the plugin.
| Method Summary | |
|---|---|
java.lang.Object |
getScheduleOptions()
Returns the schedule option interface. |
IProperties |
properties()
Returns all the properties of the Destination Plugin. |
| Method Detail |
|---|
IProperties properties()
Returns all the properties of the Destination Plugin.
IProperties object containing the properties of the
Destination Plugin.java.lang.Object getScheduleOptions()
Returns the schedule option interface. Each destination plugin
will support a destination specific interface. For example, if the current plugin is the
'CrystalEnterprise.Smtp' destination,
then the schedule option interface will be the corresponding ISMTPOptions
interface. This object can also be cast as one of the following objects:
IFTPOptionsIDiskUnmanagedOptionsIManagedOptions
Object corresponding to the Destination plugin's schedule option
interface.com.crystaldecisions.sdk.plugin.destination.diskunmanaged,
com.crystaldecisions.sdk.plugin.destination.managed,
com.crystaldecisions.sdk.plugin.destination.ftp,
com.crystaldecisions.sdk.plugin.destination.smtp
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||