Class SoftRenameFileCommand
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.RenameFileCommand
-
- org.alfresco.filesys.repo.rules.commands.SoftRenameFileCommand
-
- All Implemented Interfaces:
Command
public class SoftRenameFileCommand extends RenameFileCommand
-
-
Constructor Summary
Constructors Constructor Description SoftRenameFileCommand(java.lang.String from, java.lang.String to, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String fromPath, java.lang.String toPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSoft()-
Methods inherited from class org.alfresco.filesys.repo.rules.commands.RenameFileCommand
getFrom, getFromPath, getRootNode, getTo, getToPath, getTransactionRequired, setFromPath, setRootNode, setToPath
-
-
-
-
Method Detail
-
isSoft
public boolean isSoft()
- Overrides:
isSoftin classRenameFileCommand
-
-