Uses of Class
org.exoplatform.documents.constant.FileListingType
-
Packages that use FileListingType Package Description org.exoplatform.documents.constant org.exoplatform.documents.service -
-
Uses of FileListingType in org.exoplatform.documents.constant
Methods in org.exoplatform.documents.constant that return FileListingType Modifier and Type Method Description static FileListingTypeFileListingType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileListingType[]FileListingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileListingType in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service with parameters of type FileListingType 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.
-