Uses of Interface
org.osid.filing.DirectoryList
Packages that use DirectoryList
Package
Description
The Open Service Interface Definitions for the org.osid.filing
service.
-
Uses of DirectoryList in org.osid.filing
Methods in org.osid.filing that return DirectoryListModifier and TypeMethodDescriptionDirectoryLookupSession.getDirectories()Gets the list of directories inthis directory.DirectorySearchResults.getDirectories()Gets the directory list resulting from a search.DirectoryLookupSession.getDirectoriesByGenusType(Type dircetoryGenusType) Gets aDirectoryListcorresponding to the given directory genusTypewhich does not include directories of genus types derived from the specifiedType.In plenary mode, the returned list contains all known directories or an error results.DirectoryLookupSession.getDirectoriesByIds(IdList directoryIds) Gets aDirectoryListcorresponding to the givenIdList.DirectoryLookupSession.getDirectoriesByParentGenusType(Type directoryGenusType) Gets aDirectoryListcorresponding to the given directory genusTypeand include any additional directories with genus types derived from the specifiedType.In plenary mode, the returned list contains all known directories or an error results.DirectoryLookupSession.getDirectoriesByProvider(Id resourceId) Gets aDirectoryListfor the given provider.DirectoryQuerySession.getDirectoriesByQuery(DirectoryQuery directoryQuery) Gets a list ofDirectoryobjects matching the given directory query.DirectoryLookupSession.getDirectoriesByRecordType(Type directoryRecordType) Gets aDirectoryListcorresponding to the given directory recordType.FileSystemSession.getSubdirectories()Gets the list of directories and aliases to directories in this directory.FileSystemSession.getSubdirectoriesByName(String name) Gets a specified directories and aliases to directories for the given directory name.