Class DeleteFileCommand
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.DeleteFileCommand
-
-
Constructor Summary
Constructors Constructor Description DeleteFileCommand(java.lang.String name, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetPath()org.alfresco.service.cmr.repository.NodeRefgetRootNode()AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getRootNode
public org.alfresco.service.cmr.repository.NodeRef getRootNode()
-
getPath
public java.lang.String getPath()
-
getTransactionRequired
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-
-