| Package | Description |
|---|---|
| org.osid.blogging |
The Open Service Interface Definitions for the org.osid.blogging
service.
|
| org.osid.blogging.batch |
The Open Service Interface Definitions for the org.osid.blogging.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
EntryAdminSession |
BloggingManager.getEntryAdminSession()
Gets an entry administration session for creating, updating and
deleting entries.
|
EntryAdminSession |
BloggingProxyManager.getEntryAdminSession(Proxy proxy)
Gets an entry administration session for creating, updating and
deleting entries.
|
EntryAdminSession |
BloggingManager.getEntryAdminSessionForBlog(Id blogId)
Gets an entry administration session for the given blog.
|
EntryAdminSession |
BloggingProxyManager.getEntryAdminSessionForBlog(Id blogId,
Proxy proxy)
Gets an entry administration session for the given blog.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntryBatchAdminSession
This session creates, updates, and deletes
Entries in
bulk. |