Uses of Interface
org.osid.filing.DirectoryQuery
Packages that use DirectoryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.filing
service.
-
Uses of DirectoryQuery in org.osid.filing
Methods in org.osid.filing that return DirectoryQueryModifier and TypeMethodDescriptionDirectoryEntryQuery.getDirectoryQuery()Gets the query for a directory to match the parent directory.DirectoryQuerySession.getDirectoryQuery()Gets a directory query.DirectorySearchSession.getDirectoryQueryFromInspector(DirectoryQueryInspector directoryQueryInspector) Gets a directory query from an inspector.Methods in org.osid.filing with parameters of type DirectoryQueryModifier and TypeMethodDescriptionDirectoryQuerySession.getDirectoriesByQuery(DirectoryQuery directoryQuery) Gets a list ofDirectoryobjects matching the given directory query.DirectorySearchSession.getDirectoriesBySearch(DirectoryQuery directoryQuery, DirectorySearch directorySearch) Gets the search results matching the given search.