| Constructor and Description |
|---|
MoveFileCommand(java.lang.String from,
java.lang.String to,
org.alfresco.service.cmr.repository.NodeRef rootNode,
java.lang.String fromPath,
java.lang.String toPath) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrom() |
java.lang.String |
getFromPath() |
org.alfresco.service.cmr.repository.NodeRef |
getRootNode() |
java.lang.String |
getTo() |
java.lang.String |
getToPath() |
AlfrescoTransactionSupport.TxnReadState |
getTransactionRequired()
Is a transaction required to run this command?
|
void |
setFromPath(java.lang.String fromPath) |
void |
setRootNode(org.alfresco.service.cmr.repository.NodeRef rootNode) |
void |
setToPath(java.lang.String toPath) |
public MoveFileCommand(java.lang.String from,
java.lang.String to,
org.alfresco.service.cmr.repository.NodeRef rootNode,
java.lang.String fromPath,
java.lang.String toPath)
public java.lang.String getFrom()
public java.lang.String getTo()
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
CommandgetTransactionRequired in interface Commandpublic void setRootNode(org.alfresco.service.cmr.repository.NodeRef rootNode)
public org.alfresco.service.cmr.repository.NodeRef getRootNode()
public void setFromPath(java.lang.String fromPath)
public java.lang.String getFromPath()
public void setToPath(java.lang.String toPath)
public java.lang.String getToPath()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.