| Package | Description |
|---|---|
| org.osid.resource |
The Open Service Interface Definitions for the org.osid.resource
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceSearchSession
This session provides methods for searching among
Resource
objects. |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuerySession |
ResourceManager.getResourceQuerySession()
Gets a resource query session.
|
ResourceQuerySession |
ResourceProxyManager.getResourceQuerySession(Proxy proxy)
Gets a resource query session.
|
ResourceQuerySession |
ResourceManager.getResourceQuerySessionForBin(Id binId)
Gets a resource query session for the given bin.
|
ResourceQuerySession |
ResourceProxyManager.getResourceQuerySessionForBin(Id binId,
Proxy proxy)
Gets a resource query session for the given bin.
|