Class RemoveNoContentFileOnError
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.RemoveNoContentFileOnError
-
-
Constructor Summary
Constructors Constructor Description RemoveNoContentFileOnError(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()org.alfresco.jlan.server.filesys.NetworkFilegetNetworkFile()java.lang.StringgetPath()org.alfresco.service.cmr.repository.NodeRefgetRootNodeRef()AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getNetworkFile
public org.alfresco.jlan.server.filesys.NetworkFile getNetworkFile()
-
getRootNodeRef
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
-
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
-
-