Class CreateFileOperation
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.operations.CreateFileOperation
-
-
Constructor Summary
Constructors Constructor Description CreateFileOperation(String name, NodeRef rootNodeRef, String path, long allocationSize, boolean isHidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetAllocationSize()StringgetName()StringgetPath()NodeRefgetRootNodeRef()inthashCode()booleanisHidden()voidsetAllocationSize(long allocationSize)StringtoString()
-