public interface JournalingBatchProfile extends OsidProfile
The JournalingBatchProfile describes the
interoperability among batch journaling services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBranchBatchAdmin()
Tests if bulk administration of branches is available.
|
boolean |
supportsJournalBatchAdmin()
Tests if bulk administration of journals is available.
|
boolean |
supportsJournalEntryBatchAdmin()
Tests if bulk administration of journal entries 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 supportsJournalEntryBatchAdmin()
true if a journal entry bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsBranchBatchAdmin()
true if a branch bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsJournalBatchAdmin()
true if a journal bulk administrative service
is available, false otherwisemandatory - This method must be implemented.