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

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

public class RemoveNoContentFileOnError
extends java.lang.Object
implements Command

Remove file with CONTENT_NO_ASPECT on error


Constructor Summary
RemoveNoContentFileOnError(java.lang.String name, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String path)
           
 
Method Summary
 java.lang.String getName()
           
 org.alfresco.jlan.server.filesys.NetworkFile getNetworkFile()
           
 java.lang.String getPath()
           
 org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
           
 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

RemoveNoContentFileOnError

public RemoveNoContentFileOnError(java.lang.String name,
                                  org.alfresco.service.cmr.repository.NodeRef rootNode,
                                  java.lang.String path)
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: Command
Is a transaction required to run this command?

Specified by:
getTransactionRequired in interface Command


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