public interface SubscriptionBatchProfile extends OsidProfile
The SubscriptionBatchProfile describes the
interoperability among batch subscription services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsDispatchBatchAdmin()
Tests if bulk administration of dispatches is available.
|
boolean |
supportsPublisherBatchAdmin()
Tests if bulk administration of publishers is available.
|
boolean |
supportsSubscriptionBatchAdmin()
Tests if bulk administration of subscriptions 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 supportsSubscriptionBatchAdmin()
true if a subscription bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsDispatchBatchAdmin()
true if a dispatch bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsPublisherBatchAdmin()
true if an publisher bulk administrative
service is available, false otherwisemandatory - This method must be implemented.