Uses of Class
org.exoplatform.documents.model.DocumentNodeFilter
-
Packages that use DocumentNodeFilter Package Description org.exoplatform.documents.model org.exoplatform.documents.service -
-
Uses of DocumentNodeFilter in org.exoplatform.documents.model
Subclasses of DocumentNodeFilter in org.exoplatform.documents.model Modifier and Type Class Description classDocumentFolderFilterclassDocumentTimelineFilter -
Uses of DocumentNodeFilter in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service with parameters of type DocumentNodeFilter Modifier and Type Method Description List<AbstractNode>DocumentFileService. getDocumentItems(FileListingType listingType, DocumentNodeFilter filter, int offset, int limit, long userIdentityId, boolean showHiddenFiles)Retrieves a list of accessible folders and/or files, for a selected user, by applying the designated filter.
-