Interface LoggingBatchProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
LoggingBatchManager, LoggingBatchProxyManager
The LoggingBatchProfile describes the interoperability among
batch logging services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if bulk administration of logs is available.booleanTests if bulk administration of log entries is available.booleanTests if bulk purging of log entries is available.booleanTests if federation is visible.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersionMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
supportsVisibleFederation
boolean supportsVisibleFederation()Tests if federation is visible.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsLogEntryBatchAdmin
boolean supportsLogEntryBatchAdmin()Tests if bulk administration of log entries is available.- Returns:
trueif a log entry bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsLogEntryPurgeSession
boolean supportsLogEntryPurgeSession()Tests if bulk purging of log entries is available.- Returns:
trueif a log entry purge service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsLogBatchAdmin
boolean supportsLogBatchAdmin()Tests if bulk administration of logs is available.- Returns:
trueif a log bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-