public class RenameFileCommand extends Object implements Command
| Constructor and Description |
|---|
RenameFileCommand(String from,
String to,
NodeRef rootNode,
String fromPath,
String toPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom() |
String |
getFromPath() |
NodeRef |
getRootNode() |
String |
getTo() |
String |
getToPath() |
AlfrescoTransactionSupport.TxnReadState |
getTransactionRequired()
Is a transaction required to run this command?
|
boolean |
isSoft() |
void |
setFromPath(String fromPath) |
void |
setRootNode(NodeRef rootNode) |
void |
setToPath(String toPath) |
public String getFrom()
public String getTo()
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
CommandgetTransactionRequired in interface Commandpublic void setRootNode(NodeRef rootNode)
public NodeRef getRootNode()
public void setFromPath(String fromPath)
public String getFromPath()
public void setToPath(String toPath)
public String getToPath()
public boolean isSoft()
Copyright © 2005–2021 Alfresco Software. All rights reserved.