org.alfresco.filesys.repo.rules.commands
Class MoveFileCommand

java.lang.Object
  extended by org.alfresco.filesys.repo.rules.commands.MoveFileCommand
All Implemented Interfaces:
Command

public class MoveFileCommand
extends java.lang.Object
implements Command

Rename command


Constructor Summary
MoveFileCommand(java.lang.String from, java.lang.String to)
           
 
Method Summary
 java.lang.String getFrom()
           
 java.lang.String getTo()
           
 AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
          Is a transaction required to run this command?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveFileCommand

public MoveFileCommand(java.lang.String from,
                       java.lang.String to)
Method Detail

getFrom

public java.lang.String getFrom()

getTo

public java.lang.String getTo()

getTransactionRequired

public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Description copied from interface: Command
Is a transaction required to run this command?

Specified by:
getTransactionRequired in interface Command


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.