com.crystaldecisions.sdk.plugin.destination.sftp
Interface ISFTP

All Superinterfaces:
IDestinationPlugin, IInfoObject

public interface ISFTP
extends IInfoObject, IDestinationPlugin

This interface extends IInfoObject and IDestinationPlugin interfaces.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet
 
Field Summary
static java.lang.String KIND
           Kind is a plugin of String type, used to query for the Sftp interface.
static java.lang.String PROGID
          This is the ProgID for the SFTPOptions Class.
 
Method Summary
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IDestinationPlugin
getScheduleOptions, properties
 

Field Detail

KIND

static final java.lang.String KIND

Kind is a plugin of String type, used to query for the Sftp interface.

See Also:
Constant Field Values

PROGID

static final java.lang.String PROGID

This is the ProgID for the SFTPOptions Class.

ProgIDCrystalEnterprise.Sftp
Query CategoryCI_SYSTEMOBJECTS
Associated Interfacecom.crystaldecisions.sdk.plugin.destination.sftp.ISFTPOptions

The SFTP plugin is retrieved from the IJobServerDestination interface. For more information on how to retrieve the plugin, see sftp.

See Also:
Constant Field Values