org.nees.data.service.commands
Class NFMSCommandFileOp

java.lang.Object
  extended byorg.nees.data.service.commands.NFMSCommand
      extended byorg.nees.data.service.commands.NFMSCommandFileOp
All Implemented Interfaces:
Command, java.io.Serializable

public class NFMSCommandFileOp
extends NFMSCommand

Author:
USER
See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
NFMSCommandFileOp(int type, LogicalName sourceLN, int sourceVersion, LogicalName targetLN, boolean overwrite, boolean makeNewVersion)
          Creates a new instance of NFMSCommand_FileOperation
 
Method Summary
 LogicalName getSourceLN()
           
 int getSourceVersion()
           
 LogicalName getTargetLN()
           
 boolean isMakeNewVersion()
           
 boolean isOverwrite()
           
 
Methods inherited from class org.nees.data.service.commands.NFMSCommand
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFMSCommandFileOp

public NFMSCommandFileOp(int type,
                         LogicalName sourceLN,
                         int sourceVersion,
                         LogicalName targetLN,
                         boolean overwrite,
                         boolean makeNewVersion)
Creates a new instance of NFMSCommand_FileOperation

Method Detail

getSourceLN

public LogicalName getSourceLN()

getTargetLN

public LogicalName getTargetLN()

getSourceVersion

public int getSourceVersion()

isMakeNewVersion

public boolean isMakeNewVersion()

isOverwrite

public boolean isOverwrite()