Class RemoveNoContentFileOnError
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.RemoveNoContentFileOnError
-
-
Constructor Summary
Constructors Constructor Description RemoveNoContentFileOnError(String name, NodeRef rootNode, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()org.alfresco.jlan.server.filesys.NetworkFilegetNetworkFile()StringgetPath()NodeRefgetRootNodeRef()AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Method Detail
-
getName
public String getName()
-
getNetworkFile
public org.alfresco.jlan.server.filesys.NetworkFile getNetworkFile()
-
getRootNodeRef
public NodeRef getRootNodeRef()
-
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
-
-