Uses of Class
org.alfresco.filesys.repo.ContentFileInfo
-
Packages that use ContentFileInfo Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layer -
-
Uses of ContentFileInfo in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return ContentFileInfo Modifier and Type Method Description ContentFileInfoCifsHelper. getFileInformation(NodeRef nodeRef, boolean readOnly, boolean lockedFilesAsOffline)ContentFileInfoCifsHelper. getFileInformation(NodeRef pathRootNodeRef, String path, boolean readOnly, boolean lockedFilesAsOffline)Extract a single node's file info, where the node is reference by a path relative to an ancestor node.ContentFileInfoCifsHelper. getFileInformationImpl(NodeRef pathRootNodeRef, String path, boolean readOnly, boolean lockedFilesAsOffline)Extract a single node's file info, where the node is reference by a path relative to an ancestor node.
-