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