Interface Blog
- All Superinterfaces:
Browsable, Extensible, Federateable, Identifiable, OsidCatalog, OsidObject, Sourceable
A blog defines a collection of entries.
Like all OsidObjects, Blog is managed by its
OsidSessions and may not be accessed by concurrent processing threads.
-
Method Summary
Modifier and TypeMethodDescriptiongetBlogRecord(Type blogRecordType) Gets the record corresponding to the givenBlogrecordType.This method is used to retrieve an object implementing the requested record.Methods inherited from interface Browsable
getProperties, getPropertiesByRecordTypeMethods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface Identifiable
getId, isCurrentMethods inherited from interface OsidObject
getDescription, getDisplayName, getGenusType, isOfGenusTypeMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
getBlogRecord
Gets the record corresponding to the givenBlogrecordType.This method is used to retrieve an object implementing the requested record. TheblogRecordTypemay be theTypereturned ingetRecordTypes()or any of its parents in aTypehierarchy wherehasRecordType(blogRecordType)istrue.- Parameters:
blogRecordType- the blog record type- Returns:
- the blog record
- Throws:
NullArgumentException-blogRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(blogRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-