Uses of Interface
org.osid.filing.FileList
Packages that use FileList
Package
Description
The Open Service Interface Definitions for the org.osid.filing
service.
-
Uses of FileList in org.osid.filing
Methods in org.osid.filing that return FileListModifier and TypeMethodDescriptionFileLookupSession.getFiles()Gets the list of files and aliases to files in this directory.FileSearchResults.getFiles()Gets the file list resulting from a search.FileSystemSession.getFiles()Gets the list of files and aliases to files in this directory.FileLookupSession.getFilesByGenusType(Type fileGenusType) Gets aFileListcorresponding to the given file genusTypewhich does not include files of genus types derived from the specifiedType.FileLookupSession.getFilesByIds(IdList fileIds) Gets aFileListcorresponding to the givenIdList.FileSystemSession.getFilesByName(String name) Gets a specified files and aliases to files for the given file name.FileLookupSession.getFilesByParentGenusType(Type fileGenusType) Gets aFileListcorresponding to the given file genusTypeand include any additional files with genus types derived from the specifiedType.FileQuerySession.getFilesByQuery(FileQuery fileQuery) Gets a list ofFilesmatching the given file query.FileLookupSession.getFilesByRecordType(Type fileRecordType) Gets aFileListcorresponding to the given file recordType.