|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDiskUnmanagedOptions
The IDiskUnmanagedOptions interface allows you to set the global or schedule options to an
unmanaged disk location.
| Method Summary | |
|---|---|
java.util.List |
getDestinationFiles()
Returns the collection used to add, delete, and modify unmanaged disk files. |
IDestinationOutputByDocs |
getDestinationFilesByDocs()
Destination output files personalized for individual source documents. |
java.lang.String |
getUserName()
Returns the user name to log on to a remote file system. |
boolean |
isPasswordNotEmpty()
Returns a boolean indicating whether the password is set and not empty. |
boolean |
isPasswordSet()
Returns a boolean indicating whether the password is set. |
void |
setPassword(java.lang.String sVal)
Sets the password to log on to a remote file system. |
void |
setUserName(java.lang.String sVal)
Sets the user name to log on to a remote file system. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.destination.common.IDestinationScheduleOptions |
|---|
getInputFiles |
| Method Detail |
|---|
java.lang.String getUserName()
Returns the user name to log on to a remote file system.
String containing the user name to log on to a remote file system.void setUserName(java.lang.String sVal)
Sets the user name to log on to a remote file system.
sVal - A String containing the operating system user name to log on to a
remote file system.void setPassword(java.lang.String sVal)
Sets the password to log on to a remote file system.
sVal - A String containing the password to log on to a remote file system.
boolean isPasswordSet()
throws SDKException
Returns a boolean indicating whether the password is set.
SDKException
boolean isPasswordNotEmpty()
throws SDKException
Returns a boolean indicating whether the password is set and not empty.
true if the password is set and not empty, false otherwise.
SDKException - This is thrown if the process is unsuccessful.java.util.List getDestinationFiles()
Returns the collection used to add, delete, and modify unmanaged disk files.
List containing the collection used to add, delete, and modify
unmanaged disk files. This List contains String objects.IDestinationOutputByDocs getDestinationFilesByDocs()
IDestinationOutputPerDoc
which, in this case, represents a file collection of type String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||