Uses of Enum Class
org.exoplatform.documents.constant.FileListingType
Packages that use FileListingType
-
Uses of FileListingType in org.exoplatform.documents.constant
Methods in org.exoplatform.documents.constant that return FileListingTypeModifier and TypeMethodDescriptionstatic FileListingTypeReturns the enum constant of this class with the specified name.static FileListingType[]FileListingType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FileListingType in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service with parameters of type FileListingTypeModifier and TypeMethodDescriptionList<? extends 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.