Class CreateFileCommand
java.lang.Object
org.alfresco.filesys.repo.rules.commands.CreateFileCommand
- All Implemented Interfaces:
Command
CreateFile command
-
Constructor Summary
ConstructorsConstructorDescriptionCreateFileCommand(String name, NodeRef rootNode, String path, long allocationSize, boolean isHidden) -
Method Summary
Modifier and TypeMethodDescriptionlonggetName()getPath()Is a transaction required to run this command?booleanisHidden()voidsetAllocationSize(long allocationSize)
-
Constructor Details
-
CreateFileCommand
-
-
Method Details
-
getName
-
getRootNode
-
getPath
-
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() -
isHidden
public boolean isHidden()
-