Class CreateFileOperation
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.operations.CreateFileOperation
-
-
Constructor Summary
Constructors Constructor Description CreateFileOperation(String name, org.alfresco.service.cmr.repository.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()org.alfresco.service.cmr.repository.NodeRefgetRootNodeRef()inthashCode()booleanisHidden()voidsetAllocationSize(long allocationSize)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getPath
public String getPath()
-
getRootNodeRef
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
-
setAllocationSize
public void setAllocationSize(long allocationSize)
-
getAllocationSize
public long getAllocationSize()
-
isHidden
public boolean isHidden()
-
-