com.crystaldecisions.sdk.plugin.destination.common
Interface IDestinationScheduleOptions

All Known Subinterfaces:
IDiskUnmanagedOptions, IFTPOptions, IManagedOptions, ISFTPOptions, ISMTPOptions, IStreamWorkOptions

public interface IDestinationScheduleOptions

A common interface for destination-specific schedule options.


Method Summary
 java.util.List getInputFiles()
           Gets a list of FRS file paths that indicates which files should be sent to the destination.
 

Method Detail

getInputFiles

java.util.List getInputFiles()

Gets a list of FRS file paths that indicates which files should be sent to the destination. This list should be populated only in scenarios where it is intended that the files sent to the destination are not the files listed in the scheduled InfoObject's files bag. This list allows sending of arbitrary files in the FRS to a destination.

Returns:
a List of FRS file paths, which should be used for sending to a destination.