| Constructor and Description |
|---|
MoveFileCommand(String from,
String to,
NodeRef rootNode,
String fromPath,
String toPath) |
MoveFileCommand(String from,
String to,
NodeRef rootNode,
String fromPath,
String toPath,
boolean moveAsSystem) |
| 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 |
isMoveAsSystem() |
void |
setFromPath(String fromPath) |
void |
setRootNode(NodeRef rootNode) |
void |
setToPath(String toPath) |
public MoveFileCommand(String from, String to, NodeRef rootNode, String fromPath, 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 isMoveAsSystem()
Copyright © 2005–2020 Alfresco Software. All rights reserved.