Class RestoreFileCommand

java.lang.Object
org.alfresco.filesys.repo.rules.commands.RestoreFileCommand
All Implemented Interfaces:
Command

public class RestoreFileCommand extends Object implements Command
Restore File Command
  • Constructor Details

    • RestoreFileCommand

      public RestoreFileCommand(String name, NodeRef rootNode, String path, long allocationSize, NodeRef originalNodeRef)
  • Method Details

    • getName

      public String getName()
    • getRootNode

      public NodeRef getRootNode()
    • getPath

      public String getPath()
    • getOriginalNodeRef

      public NodeRef getOriginalNodeRef()
    • getTransactionRequired

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

      public void setAllocationSize(long allocationSize)
    • getAllocationSize

      public long getAllocationSize()