Constructor and Description |
---|
MoveFileCommand(String from,
String to,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String fromPath,
String toPath) |
MoveFileCommand(String from,
String to,
org.alfresco.service.cmr.repository.NodeRef rootNode,
String fromPath,
String toPath,
boolean moveAsSystem) |
Modifier and Type | Method and Description |
---|---|
String |
getFrom() |
String |
getFromPath() |
org.alfresco.service.cmr.repository.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(org.alfresco.service.cmr.repository.NodeRef rootNode) |
void |
setToPath(String toPath) |
public MoveFileCommand(String from, String to, org.alfresco.service.cmr.repository.NodeRef rootNode, String fromPath, String toPath)
public String getFrom()
public String getTo()
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Command
getTransactionRequired
in interface Command
public void setRootNode(org.alfresco.service.cmr.repository.NodeRef rootNode)
public org.alfresco.service.cmr.repository.NodeRef getRootNode()
public void setFromPath(String fromPath)
public String getFromPath()
public void setToPath(String toPath)
public String getToPath()
public boolean isMoveAsSystem()
Copyright © 2005–2017 Alfresco Software. All rights reserved.