| Package | Description |
|---|---|
| org.osid.blogging |
The Open Service Interface Definitions for the org.osid.blogging
service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntrySearchSession
This session provides methods for searching among
Entry
objects. |
| Modifier and Type | Method and Description |
|---|---|
EntryQuerySession |
BloggingManager.getEntryQuerySession()
Gets an entry query session.
|
EntryQuerySession |
BloggingProxyManager.getEntryQuerySession(Proxy proxy)
Gets an entry query session.
|
EntryQuerySession |
BloggingManager.getEntryQuerySessionForBlog(Id blogId)
Gets an entry query session for the given blog.
|
EntryQuerySession |
BloggingProxyManager.getEntryQuerySessionForBlog(Id blogId,
Proxy proxy)
Gets an entry query session for the given blog.
|