| Package | Description |
|---|---|
| org.osid.configuration |
The Open Service Interface Definitions for the org.osid.configuration
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueSearchSession
This session provides methods for searching
Value
objects. |
| Modifier and Type | Method and Description |
|---|---|
ValueQuerySession |
ConfigurationManager.getValueQuerySession()
Gets a configuration value query session.
|
ValueQuerySession |
ConfigurationProxyManager.getValueQuerySession(Proxy proxy)
Gets a configuration value query session.
|
ValueQuerySession |
ConfigurationManager.getValueQuerySessionForConfiguration(Id configurationId)
Gets a configuration value query session using the supplied
configuration.
|
ValueQuerySession |
ConfigurationProxyManager.getValueQuerySessionForConfiguration(Id configurationId,
Proxy proxy)
Gets a configuration value query session using the supplied
configuration.
|