|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.model.filefolder.FileInfoImpl
public class FileInfoImpl
Common file information implementation.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
org.alfresco.service.cmr.repository.ContentData |
getContentData()
Get the content data. |
java.util.Date |
getCreatedDate()
|
org.alfresco.service.cmr.repository.NodeRef |
getLinkNodeRef()
|
java.util.Date |
getModifiedDate()
|
java.lang.String |
getName()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked. |
java.util.Map |
getProperties()
|
org.alfresco.service.namespace.QName |
getType()
|
int |
hashCode()
|
boolean |
isFolder()
|
boolean |
isLink()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectFileInfoImpl.getNodeRef(),
NodeRef.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectFileInfoImpl.getNodeRef(),
NodeRef.hashCode()public java.lang.String toString()
toString in class java.lang.Objectpublic org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef in interface PermissionCheckValuegetNodeRef in interface FileInfopublic boolean isFolder()
isFolder in interface FileInfopublic boolean isLink()
isLink in interface FileInfopublic org.alfresco.service.cmr.repository.NodeRef getLinkNodeRef()
getLinkNodeRef in interface FileInfopublic java.lang.String getName()
getName in interface FileInfopublic java.util.Date getCreatedDate()
getCreatedDate in interface FileInfopublic java.util.Date getModifiedDate()
getModifiedDate in interface FileInfopublic org.alfresco.service.cmr.repository.ContentData getContentData()
FileInfofiles.
getContentData in interface FileInfopublic java.util.Map getProperties()
getProperties in interface FileInfopublic org.alfresco.service.namespace.QName getType()
getType in interface FileInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||