Class RestoreFileCommand
java.lang.Object
org.alfresco.filesys.repo.rules.commands.RestoreFileCommand
- All Implemented Interfaces:
Command
Restore File Command
-
Constructor Summary
ConstructorsConstructorDescriptionRestoreFileCommand(String name, NodeRef rootNode, String path, long allocationSize, NodeRef originalNodeRef) -
Method Summary
Modifier and TypeMethodDescriptionlonggetName()getPath()Is a transaction required to run this command?voidsetAllocationSize(long allocationSize)
-
Constructor Details
-
RestoreFileCommand
-
-
Method Details
-
getName
-
getRootNode
-
getPath
-
getOriginalNodeRef
-
getTransactionRequired
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-
setAllocationSize
public void setAllocationSize(long allocationSize) -
getAllocationSize
public long getAllocationSize()
-