Interface Blog

All Superinterfaces:
Browsable, Extensible, Federateable, Identifiable, OsidCatalog, OsidObject, Sourceable

public interface Blog extends OsidCatalog

A blog defines a collection of entries.

  • Method Details

    • getBlogRecord

      BlogRecord getBlogRecord(Type blogRecordType) throws OperationFailedException
      Gets the record corresponding to the given Blog record Type .This method is used to retrieve an object implementing the requested record. The blogRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(blogRecordType) is true .
      Parameters:
      blogRecordType - the blog record type
      Returns:
      the blog record
      Throws:
      NullArgumentException - blogRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(blogRecordType) is false
      Compliance:
      mandatory - This method must be implemented.