public interface LoggingBatchProfile extends OsidProfile
The LoggingBatchProfile
describes the interoperability
among batch logging services.
Modifier and Type | Method and Description |
---|---|
boolean |
supportsLogBatchAdmin()
Tests if bulk administration of logs is available.
|
boolean |
supportsLogEntryBatchAdmin()
Tests if bulk administration of log entries is available.
|
boolean |
supportsLogEntryPurgeSession()
Tests if bulk purging of log entries is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
boolean supportsVisibleFederation()
true
if visible federation is supported
,
false
otherwisemandatory
- This method must be implemented. boolean supportsLogEntryBatchAdmin()
true
if a log entry bulk administrative service
is available, false
otherwisemandatory
- This method must be implemented. boolean supportsLogEntryPurgeSession()
true
if a log entry purge service is available,
false
otherwisemandatory
- This method must be implemented. boolean supportsLogBatchAdmin()
true
if a log bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented.