Class RemoveTempFileCommand
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.RemoveTempFileCommand
-
-
Constructor Summary
Constructors Constructor Description RemoveTempFileCommand(TempNetworkFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TempNetworkFilegetNetworkFile()AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Constructor Detail
-
RemoveTempFileCommand
public RemoveTempFileCommand(TempNetworkFile file)
-
-
Method Detail
-
getTransactionRequired
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-
getNetworkFile
public TempNetworkFile getNetworkFile()
-
-