Uses of Interface
org.osid.blogging.Blog

Packages that use Blog
Package
Description
The Open Service Interface Definitions for the org.osid.blogging service.
  • Uses of Blog in org.osid.blogging

    Methods in org.osid.blogging that return Blog
    Modifier and Type
    Method
    Description
    BlogAdminSession.createBlog(BlogForm blogForm)
    Creates a new Blog .
    BlogLookupSession.getBlog(Id blogId)
    Gets the Blog specified by its Id .
    BlogNode.getBlog()
    Gets the Blog at this node.
    EntryAdminSession.getBlog()
    Gets the Blog associated with this session.
    EntryLookupSession.getBlog()
    Gets the Blog associated with this session.
    EntryNotificationSession.getBlog()
    Gets the Blog associated with this session.
    EntryQuerySession.getBlog()
    Gets the Blog associated with this session.
    EntrySmartBlogSession.getBlog()
    Gets the Blog associated with this session.
    BlogList.getNextBlog()
    Gets the next Blog in this list.
    BlogList.getNextBlogs(long n)
    Gets the next set of Blog elements in this list which must be less than or equal to the return from available() .