public interface Blog extends OsidCatalog
A blog defines a collection of entries.
| Modifier and Type | Method and Description |
|---|---|
BlogRecord |
getBlogRecord(Type blogRecordType)
Gets the record corresponding to the given
Blog record
Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdBlogRecord getBlogRecord(Type blogRecordType) throws OperationFailedException
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 .blogRecordType - the blog record typeNullArgumentException - blogRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(blogRecordType) is false mandatory - This method must be implemented.