Class CopyContentCommand
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.CopyContentCommand
-
-
Constructor Summary
Constructors Constructor Description CopyContentCommand(String from, String to, org.alfresco.service.cmr.repository.NodeRef rootNode, String fromPath, String toPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFrom()StringgetFromPath()org.alfresco.service.cmr.repository.NodeRefgetRootNode()StringgetTo()StringgetToPath()AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Method Detail
-
getTo
public String getTo()
-
getFrom
public String getFrom()
-
getRootNode
public org.alfresco.service.cmr.repository.NodeRef getRootNode()
-
getFromPath
public String getFromPath()
-
getToPath
public String getToPath()
-
getTransactionRequired
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-
-