Class CreateFileOperation
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.operations.CreateFileOperation
-
-
Constructor Summary
Constructors Constructor Description CreateFileOperation(java.lang.String name, org.alfresco.service.cmr.repository.NodeRef rootNodeRef, java.lang.String path, long allocationSize, boolean isHidden)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)longgetAllocationSize()java.lang.StringgetName()java.lang.StringgetPath()org.alfresco.service.cmr.repository.NodeRefgetRootNodeRef()inthashCode()booleanisHidden()voidsetAllocationSize(long allocationSize)java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPath
public java.lang.String getPath()
-
getRootNodeRef
public org.alfresco.service.cmr.repository.NodeRef getRootNodeRef()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
setAllocationSize
public void setAllocationSize(long allocationSize)
-
getAllocationSize
public long getAllocationSize()
-
isHidden
public boolean isHidden()
-
-