|
|||||||||
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.Object
FileInfoImpl.getNodeRef()
,
NodeRef.equals(Object)
public int hashCode()
hashCode
in class java.lang.Object
FileInfoImpl.getNodeRef()
,
NodeRef.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
getNodeRef
in interface FileInfo
public boolean isFolder()
isFolder
in interface FileInfo
public boolean isLink()
isLink
in interface FileInfo
public org.alfresco.service.cmr.repository.NodeRef getLinkNodeRef()
getLinkNodeRef
in interface FileInfo
public java.lang.String getName()
getName
in interface FileInfo
public java.util.Date getCreatedDate()
getCreatedDate
in interface FileInfo
public java.util.Date getModifiedDate()
getModifiedDate
in interface FileInfo
public org.alfresco.service.cmr.repository.ContentData getContentData()
FileInfo
files
.
getContentData
in interface FileInfo
public java.util.Map getProperties()
getProperties
in interface FileInfo
public 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 |