public interface MessagingBatchProfile extends OsidProfile
The MessagingBatchProfile describes the interoperability
among batch messaging services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsMailboxBatchAdmin()
Tests if bulk administration of mailboxes is available.
|
boolean |
supportsMessageBatchAdmin()
Tests if bulk administration of messages is available.
|
boolean |
supportsReceiptBatchAdmin()
Tests if bulk administration of receipts 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 supportsMessageBatchAdmin()
true if a message bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsReceiptBatchAdmin()
true if a receipt bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsMailboxBatchAdmin()
true if a mailbox bulk administrative service
is available, false otherwisemandatory - This method must be implemented.