Class RenameFileCommand
java.lang.Object
org.alfresco.filesys.repo.rules.commands.RenameFileCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
SoftRenameFileCommand
Rename command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()getTo()Is a transaction required to run this command?booleanisSoft()voidsetFromPath(String fromPath) voidsetRootNode(NodeRef rootNode) void
-
Constructor Details
-
RenameFileCommand
-
-
Method Details
-
getFrom
-
getTo
-
getTransactionRequired
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-
setRootNode
-
getRootNode
-
setFromPath
-
getFromPath
-
setToPath
-
getToPath
-
isSoft
public boolean isSoft()
-