Class FileInfoImpl
java.lang.Object
org.alfresco.repo.model.filefolder.FileInfoImpl
- All Implemented Interfaces:
Serializable,PermissionCheckValue,FileInfo
Common file information implementation.
- Author:
- Derek Hulley
- See Also:
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getNodeRef
Description copied from interface:PermissionCheckValueGet the underlying node value that needs to be permission checked.- Specified by:
getNodeRefin interfaceFileInfo- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- Returns a reference to the low-level node representing this file
-
isFolder
public boolean isFolder() -
isLink
public boolean isLink() -
isHidden
public boolean isHidden() -
getLinkNodeRef
- Specified by:
getLinkNodeRefin interfaceFileInfo- Returns:
- Return the reference to the node that this node is linked to
-
getName
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceFileInfo- Returns:
- Returns the date the node was created
-
getModifiedDate
- Specified by:
getModifiedDatein interfaceFileInfo- Returns:
- Returns the modified date
-
getContentData
Description copied from interface:FileInfoGet the content data. This is only valid forfiles.- Specified by:
getContentDatain interfaceFileInfo- Returns:
- Returns the content data
-
getProperties
- Specified by:
getPropertiesin interfaceFileInfo- Returns:
- Returns all the node properties
-
getType
-