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