org.alfresco.filesys.repo.rules.commands
Class RemoveTempFileCommand

java.lang.Object
  extended by org.alfresco.filesys.repo.rules.commands.RemoveTempFileCommand
All Implemented Interfaces:
Command

public class RemoveTempFileCommand
extends java.lang.Object
implements Command

Remove a temporary file


Constructor Summary
RemoveTempFileCommand(TempNetworkFile file)
           
 
Method Summary
 TempNetworkFile getNetworkFile()
           
 AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
          Is a transaction required to run this command?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveTempFileCommand

public RemoveTempFileCommand(TempNetworkFile file)
Method Detail

getTransactionRequired

public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Description copied from interface: Command
Is a transaction required to run this command?

Specified by:
getTransactionRequired in interface Command

getNetworkFile

public TempNetworkFile getNetworkFile()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.