OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.BloggingProfile
Implementsosid.OsidProfile
Description

The entry profile describes interoperability among entry services.

MethodsupportsVisibleFederation
Description

Tests if federation is visible.

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

Tests if sending entries is supported.

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

Tests if entry lookup is supported.

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

Tests if entry query is supported.

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

Tests if entry search is supported.

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

Tests if creating, updating and deleting entries is supported.

Returnboolean true 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.

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

Tests if retrieving mappings of entry and blogs is supported.

Returnboolean true 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.

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

Tests if entry smart blogging is available.

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

Tests if blog lookup is supported.

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

Tests if blog query is supported.

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

Tests if blog search is supported.

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

Tests if blog administration is supported.

Returnboolean true 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.

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

Tests if a blog hierarchy traversal is supported.

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

Tests if a blog hierarchy design is supported.

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

Tests if a blogging batch service is supported.

Returnboolean true 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
Returnboolean true if the entry record type is supported , false otherwise
ErrorsNULL_ARGUMENT entryRecordType 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
Returnboolean true if the entry search record type is supported , false otherwise
ErrorsNULL_ARGUMENT entrySearchRecordType 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
Returnboolean true if the blog record type is supported , false otherwise
ErrorsNULL_ARGUMENT blogRecordType 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
Returnboolean true if the blog search record type is supported , false otherwise
ErrorsNULL_ARGUMENT blogSearchRecordType is null
CompliancemandatoryThis method must be implemented.