Uses of Class
org.exoplatform.documents.model.FileNode
-
Packages that use FileNode Package Description org.exoplatform.documents.service org.exoplatform.documents.storage -
-
Uses of FileNode in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service that return types with arguments of type FileNode Modifier and Type Method Description List<FileNode>DocumentFileService. getFilesTimeline(DocumentTimelineFilter filter, int offset, int limit, long userIdentityId)Retrieves a list of accessible files, for a selected user, by applying the designated filter. -
Uses of FileNode in org.exoplatform.documents.storage
Methods in org.exoplatform.documents.storage that return types with arguments of type FileNode Modifier and Type Method Description List<FileNode>DocumentFileStorage. getFilesTimeline(DocumentTimelineFilter filter, org.exoplatform.services.security.Identity aclIdentity, int offset, int limit)Retrieves a list of accessible files, for a selected user, by applying the designated filter.
-