public interface BloggingProfile extends OsidProfile
The entry profile describes interoperability among entry services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getBlogRecordTypes()
Gets all the blog record types supported.
|
TypeList |
getBlogSearchRecordTypes()
Gets all the blog search record types supported.
|
TypeList |
getEntryRecordTypes()
Gets all the entry record types supported.
|
TypeList |
getEntrySearchRecordTypes()
Gets all the entry search record types supported.
|
boolean |
supportsBlogAdmin()
Tests if blog administration is supported.
|
boolean |
supportsBlogging()
Tests if sending entries is supported.
|
boolean |
supportsBloggingBatch()
Tests if a blogging batch service is supported.
|
boolean |
supportsBlogHierarchy()
Tests if a blog hierarchy traversal is supported.
|
boolean |
supportsBlogHierarchyDesign()
Tests if a blog hierarchy design is supported.
|
boolean |
supportsBlogLookup()
Tests if blog lookup is supported.
|
boolean |
supportsBlogNotification()
Tests if blog notification is supported.
|
boolean |
supportsBlogQuery()
Tests if blog query is supported.
|
boolean |
supportsBlogRecordType(Type blogRecordType)
Tests if a given blog record type is supported.
|
boolean |
supportsBlogSearch()
Tests if blog search is supported.
|
boolean |
supportsBlogSearchRecordType(Type blogSearchRecordType)
Tests if a given blog search record type is supported.
|
boolean |
supportsEntryAdmin()
Tests if creating, updating and deleting entries is supported.
|
boolean |
supportsEntryBlog()
Tests if retrieving mappings of entry and blogs is supported.
|
boolean |
supportsEntryBlogAssignment()
Tests if managing mappings of entries and blogs is supported.
|
boolean |
supportsEntryLookup()
Tests if entry lookup is supported.
|
boolean |
supportsEntryNotification()
Tests if entry notification is supported.
|
boolean |
supportsEntryQuery()
Tests if entry query is supported.
|
boolean |
supportsEntryRecordType(Type entryRecordType)
Tests if a given entry record type is supported.
|
boolean |
supportsEntrySearch()
Tests if entry search is supported.
|
boolean |
supportsEntrySearchRecordType(Type entrySearchRecordType)
Tests if a given entry search type is supported.
|
boolean |
supportsEntrySmartBlog()
Tests if entry smart blogging is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsBlogging()
true if entry sending is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsEntryLookup()
true if entry lookup is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsEntryQuery()
true if entry query is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsEntrySearch()
true if entry search is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsEntryAdmin()
true if entry administration is supported
, false otherwisemandatory - This method must be implemented. boolean supportsEntryNotification()
true if entry notification is supported
, false otherwisemandatory - This method must be implemented. boolean supportsEntryBlog()
true if entry blog mapping retrieval is
supported , false otherwisemandatory - This method must be implemented. boolean supportsEntryBlogAssignment()
true if entry blog assignment is supported
, false otherwisemandatory - This method must be implemented. boolean supportsEntrySmartBlog()
true if entry smart blog is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsBlogLookup()
true if blog lookup is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsBlogQuery()
true if blog query is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsBlogSearch()
true if blog search is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsBlogAdmin()
true if blog administration is supported,
false otherwisemandatory - This method must be implemented. boolean supportsBlogNotification()
Blog objects are created, deleted or updated.
Notifications for entries within blogs are sent via the entry
notification session. true if blog notification is supported ,
false otherwisemandatory - This method must be implemented. boolean supportsBlogHierarchy()
true if a blog hierarchy traversal is
supported, false otherwisemandatory - This method must be implemented. boolean supportsBlogHierarchyDesign()
true if a blog hierarchy design is supported,
false otherwisemandatory - This method must be implemented. boolean supportsBloggingBatch()
true if a blogging batch service is supported,
false otherwisemandatory - This method must be implemented. TypeList getEntryRecordTypes()
mandatory - This method must be implemented. boolean supportsEntryRecordType(Type entryRecordType)
entryRecordType - the entry type true if the entry record type is supported
, false otherwiseNullArgumentException - entryRecordType
is null mandatory - This method must be implemented. TypeList getEntrySearchRecordTypes()
mandatory - This method must be implemented. boolean supportsEntrySearchRecordType(Type entrySearchRecordType)
entrySearchRecordType - the entry search type true if the entry search record type is
supported , false otherwiseNullArgumentException - entrySearchRecordType
is null mandatory - This method must be implemented. TypeList getBlogRecordTypes()
mandatory - This method must be implemented. boolean supportsBlogRecordType(Type blogRecordType)
blogRecordType - the blog record type true if the blog record type is supported
, false otherwiseNullArgumentException - blogRecordType
is null mandatory - This method must be implemented. TypeList getBlogSearchRecordTypes()
mandatory - This method must be implemented. boolean supportsBlogSearchRecordType(Type blogSearchRecordType)
blogSearchRecordType - the blog search record type true if the blog search record type is
supported , false otherwiseNullArgumentException - blogSearchRecordType
is null mandatory - This method must be implemented.