public interface ForumBatchProfile extends OsidProfile
The ForumBatchProfile describes the interoperability
among batch forum services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsForumBatchAdmin()
Tests if bulk administration of forums is available.
|
boolean |
supportsPostBatchAdmin()
Tests if bulk administration of posts is available.
|
boolean |
supportsReplyBatchAdmin()
Tests if bulk administration of replies 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 supportsPostBatchAdmin()
true if a post bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsReplyBatchAdmin()
true if a reply bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsForumBatchAdmin()
true if a forum bulk administrative service is
available, false otherwisemandatory - This method must be implemented.