| Package | Description |
|---|---|
| org.osid.filing |
The Open Service Interface Definitions for the org.osid.filing
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectorySearchSession
This session provides methods for searching among
Directory
objects. |
| Modifier and Type | Method and Description |
|---|---|
DirectoryQuerySession |
FilingManager.getDirectoryQuerySession()
Gets the session for querying directories.
|
DirectoryQuerySession |
FilingProxyManager.getDirectoryQuerySession(Proxy proxy)
Gets the session for querying directories.
|
DirectoryQuerySession |
FilingManager.getDirectoryQuerySessionForDirectory(Id directoryId)
Gets the session for querying directories within a given directory.
|
DirectoryQuerySession |
FilingProxyManager.getDirectoryQuerySessionForDirectory(Id directoryId,
Proxy proxy)
Gets the session for querying directories within a given directory.
|