OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Interfaceosid.blogging.BloggingProfile
Implementsosid.OsidProfile
Implemented Byosid.blogging.BloggingManager
osid.blogging.BloggingProxyManager
Description

The entry profile describes interoperability among entry services.

MethodsupportsVisibleFederation
Description

Tests if federation is visible.

Returnbooleantrue if visible federation is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogging
Description

Tests if sending entries is supported.

Returnbooleantrue if entry sending is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryLookup
Description

Tests if entry lookup is supported.

Returnbooleantrue if entry lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryQuery
Description

Tests if entry query is supported.

Returnbooleantrue if entry query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntrySearch
Description

Tests if entry search is supported.

Returnbooleantrue if entry search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryAdmin
Description

Tests if creating, updating and deleting entries is supported.

Returnbooleantrue if entry administration is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryNotification
Description

Tests if entry notification is supported. Entries may be sent when entries are created, modified, or deleted.

Returnbooleantrue if entry notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryBlog
Description

Tests if retrieving mappings of entry and blogs is supported.

Returnbooleantrue if entry blog mapping retrieval is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryBlogAssignment
Description

Tests if managing mappings of entries and blogs is supported.

Returnbooleantrue if entry blog assignment is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsEntrySmartBlog
Description

Tests if entry smart blogging is available.

Returnbooleantrue if entry smart blog is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogLookup
Description

Tests if blog lookup is supported.

Returnbooleantrue if blog lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogQuery
Description

Tests if blog query is supported.

Returnbooleantrue if blog query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogSearch
Description

Tests if blog search is supported.

Returnbooleantrue if blog search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogAdmin
Description

Tests if blog administration is supported.

Returnbooleantrue if blog administration is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogNotification
Description

Tests if blog notification is supported. Entries may be sent when Blog objects are created, deleted or updated. Notifications for entries within blogs are sent via the entry notification session.

Returnbooleantrue if blog notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogHierarchy
Description

Tests if a blog hierarchy traversal is supported.

Returnbooleantrue if a blog hierarchy traversal is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogHierarchyDesign
Description

Tests if a blog hierarchy design is supported.

Returnbooleantrue if a blog hierarchy design is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBloggingBatch
Description

Tests if a blogging batch service is supported.

Returnbooleantrue if a blogging batch service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetEntryRecordTypes
Description

Gets all the entry record types supported.

Returnosid.type.TypeListthe list of supported entry record types
CompliancemandatoryThis method must be implemented.
MethodsupportsEntryRecordType
Description

Tests if a given entry record type is supported.

Parametersosid.type.TypeentryRecordTypethe entry type
Returnbooleantrue if the entry record type is supported, false otherwise
ErrorsNULL_ARGUMENTentryRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetEntrySearchRecordTypes
Description

Gets all the entry search record types supported.

Returnosid.type.TypeListthe list of supported entry search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsEntrySearchRecordType
Description

Tests if a given entry search type is supported.

Parametersosid.type.TypeentrySearchRecordTypethe entry search type
Returnbooleantrue if the entry search record type is supported, false otherwise
ErrorsNULL_ARGUMENTentrySearchRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetBlogRecordTypes
Description

Gets all the blog record types supported.

Returnosid.type.TypeListthe list of supported blog record types
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogRecordType
Description

Tests if a given blog record type is supported.

Parametersosid.type.TypeblogRecordTypethe blog record type
Returnbooleantrue if the blog record type is supported, false otherwise
ErrorsNULL_ARGUMENTblogRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetBlogSearchRecordTypes
Description

Gets all the blog search record types supported.

Returnosid.type.TypeListthe list of supported blog search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsBlogSearchRecordType
Description

Tests if a given blog search record type is supported.

Parametersosid.type.TypeblogSearchRecordTypethe blog search record type
Returnbooleantrue if the blog search record type is supported, false otherwise
ErrorsNULL_ARGUMENTblogSearchRecordType is null
CompliancemandatoryThis method must be implemented.