|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISFTPOptions
This interface allows you to set the global or schedule options to an SFTP location.
| Method Summary | |
|---|---|
void |
clearServerInfo()
Clears the following settings related to the SFTP server connection and authentication: Server Name Port User Name Password FingerPrint If the above fields are cleared, InfoObject uses the default settings specified on the Job Server to connect and
also authenticate the SFTP server. |
java.lang.String |
getAccount()
Gets the SFTP account. |
java.util.List |
getDestinationFiles()
Gets the file list that can be sent as destination files to the SFTP server. |
IDestinationOutputByDocs |
getDestinationFilesByDocs()
Gets the destination output files that can be customized by the user for individual source documents. |
java.lang.String |
getFingerPrint()
Gets the SFTP server's FingerPrint. |
int |
getPort()
Gets SFTP server listening port. |
java.lang.String |
getServerName()
Gets SFTP server name. |
java.lang.String |
getUserName()
Gets SFTP user logon name. |
boolean |
isPasswordNotEmpty()
Checks if the password is not empty. |
boolean |
isPasswordSet()
Checks if the password is set or not. |
void |
setAccount(java.lang.String sVal)
Sets the SFTP account. |
void |
setFingerPrint(java.lang.String sVal)
Sets the SFTP server's FingerPrint. |
void |
setPassword(java.lang.String sVal)
Sets the password to login to the SFTP server. |
void |
setPort(int lVal)
Sets the SFTP server listening port. |
void |
setServerName(java.lang.String sVal)
Sets SFTP server name. |
void |
setUserName(java.lang.String sVal)
Sets SFTP user logon name. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.destination.common.IDestinationScheduleOptions |
|---|
getInputFiles |
| Method Detail |
|---|
java.lang.String getServerName()
Gets SFTP server name.
String containing SFTP server name.void setServerName(java.lang.String sVal)
Sets SFTP server name.
sVal - A String containing SFTP server name.int getPort()
Gets SFTP server listening port.
int, which specifies the SFTP server listening port.void setPort(int lVal)
Sets the SFTP server listening port.
lVal - An int, which specifies the SFTP server listening port.java.lang.String getUserName()
Gets SFTP user logon name.
String containing the SFTP user logon name.void setUserName(java.lang.String sVal)
Sets SFTP user logon name.
sVal - A String containing the SFTP user logon name.void setPassword(java.lang.String sVal)
Sets the password to login to the SFTP server.
sVal - A String containing the password to login to the SFTP server.
boolean isPasswordSet()
throws SDKException
Checks if the password is set or not.
true, if the password is set, and false otherwise.
SDKException - Thrown if the process is unsuccessful.
boolean isPasswordNotEmpty()
throws SDKException
Checks if the password is not empty.
true, if the password is set, and false otherwise.
SDKException - Thrown if the process is unsuccessful.void clearServerInfo()
Clears the following settings related to the SFTP server connection and authentication:
Server Name
Port
User Name
Password
FingerPrint
If the above fields are cleared, InfoObject uses the default settings specified on the Job Server to connect and
also authenticate the SFTP server.
java.lang.String getAccount()
Gets the SFTP account.
String, which contains the SFTP account.void setAccount(java.lang.String sVal)
Sets the SFTP account. This field can be left empty(optional field).
sVal - A String containing the SFTP account.void setFingerPrint(java.lang.String sVal)
Sets the SFTP server's FingerPrint.
sVal - A String, which contains the SFTP server's FingerPrint.java.lang.String getFingerPrint()
Gets the SFTP server's FingerPrint.
String, which contains the SFTP server's FingerPrint.java.util.List getDestinationFiles()
Gets the file list that can be sent as destination files to the SFTP server.
List, which contains SFTP destination files.IDestinationOutputByDocs getDestinationFilesByDocs()
Gets the destination output files that can be customized by the user for individual source documents.
IDestinationFilesByDocs, which is a collection of files associated with each source document.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||