org.nees.data.service.commands
Class NFMSCommandTransferRequest
java.lang.Object
org.nees.data.service.commands.NFMSCommand
org.nees.data.service.commands.NFMSCommandTransferRequest
- All Implemented Interfaces:
- Command, java.io.Serializable
- public class NFMSCommandTransferRequest
- extends NFMSCommand
- Author:
- USER
- See Also:
- Serialized Form
| Fields inherited from class org.nees.data.service.commands.NFMSCommand |
DOWNLOAD_ABORT, DOWNLOAD_COMPLETE, DOWNLOAD_REQUEST, FILE_INFO_GET_LAST_AVAILABLE_VERSION, FILE_INFO_IS_DELETED, GET_ID, NO_OP, SERVER_SIDE_APPEND_FILE, SERVER_SIDE_COPY_FILE, SERVER_SIDE_DELETE_FILE, UPLOAD_ABORT, UPLOAD_COMPLETE, UPLOAD_REQUEST |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NFMSCommandTransferRequest
public NFMSCommandTransferRequest(int type,
LogicalName logicalName,
UploadOptions uOptions)
- Creates a new instance of NFMSCommand_Transfer
NFMSCommandTransferRequest
public NFMSCommandTransferRequest(int type,
LogicalName logicalName,
UploadOptions[] uOptions)
NFMSCommandTransferRequest
public NFMSCommandTransferRequest(int type,
LogicalName logicalName,
DownloadOptions dOptions)
NFMSCommandTransferRequest
public NFMSCommandTransferRequest(int type,
LogicalName logicalName,
DownloadOptions[] dOptions)
isUpload
public boolean isUpload()
getUploadOptions
public UploadOptions[] getUploadOptions()
getDownloadOptions
public DownloadOptions[] getDownloadOptions()
getLogicalName
public LogicalName getLogicalName()