|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileInfo
Common file information. The implementations may store the properties for the lifetime of this instance; i.e. the values are transient and can be used as read-only values for a short time only.
| Method Summary | |
|---|---|
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()
|
boolean |
isFolder()
|
boolean |
isLink()
|
| Method Detail |
|---|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef in interface PermissionCheckValueboolean isFolder()
boolean isLink()
org.alfresco.service.cmr.repository.NodeRef getLinkNodeRef()
java.lang.String getName()
java.util.Date getCreatedDate()
java.util.Date getModifiedDate()
org.alfresco.service.cmr.repository.ContentData getContentData()
files.
java.util.Map getProperties()
org.alfresco.service.namespace.QName getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||