@AlfrescoPublicApi public interface FileInfo extends PermissionCheckValue, Serializable
| Modifier and Type | Method and Description |
|---|---|
ContentData |
getContentData()
Get the content data.
|
Date |
getCreatedDate() |
NodeRef |
getLinkNodeRef() |
Date |
getModifiedDate() |
String |
getName() |
NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
Map<QName,Serializable> |
getProperties() |
QName |
getType() |
boolean |
isFolder() |
boolean |
isHidden() |
boolean |
isLink() |
NodeRef getNodeRef()
PermissionCheckValuegetNodeRef in interface PermissionCheckValueboolean isFolder()
boolean isLink()
boolean isHidden()
NodeRef getLinkNodeRef()
String getName()
Date getCreatedDate()
Date getModifiedDate()
ContentData getContentData()
files.Map<QName,Serializable> getProperties()
QName getType()
Copyright © 2005–2021 Alfresco Software. All rights reserved.