com.crystaldecisions.sdk.plugin.destination.streamwork
Interface IStreamWorkOptions

All Superinterfaces:
IDestinationScheduleOptions

public interface IStreamWorkOptions
extends IDestinationScheduleOptions

The IStreamworkOptions object allows you to set the global or schedule options to send to Streamwork


Method Summary
 IStreamWorkActivity getActivity()
          Returns the new activity to which an item will be posted
 IStreamWorkItem getItem()
          Returns the new item to be posted
 boolean isNewActivity()
          Returns whether a new activity creation is requested.
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.destination.common.IDestinationScheduleOptions
getInputFiles
 

Method Detail

isNewActivity

boolean isNewActivity()
Returns whether a new activity creation is requested.

Returns:
A boolean indicating whether a new activity creation is requested

getActivity

IStreamWorkActivity getActivity()
Returns the new activity to which an item will be posted

Returns:
An IStreamWorkActivity object to which an item will be posted

getItem

IStreamWorkItem getItem()
Returns the new item to be posted

Returns:
An IStreamWorkItem object to be posted