public interface CommentingBatchProfile extends OsidProfile
The CommentingBatchProfile describes the
interoperability among batch commenting services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBookBatchAdmin()
Tests if bulk administration of books is available.
|
boolean |
supportsCommentBatchAdmin()
Tests if bulk administration of comments 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 supportsCommentBatchAdmin()
true if a comment bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsBookBatchAdmin()
true if a book bulk administrative service is
available, false otherwisemandatory - This method must be implemented.