Interface LoggingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
LoggingBatchManager, LoggingBatchProxyManager

public interface LoggingBatchProfile extends OsidProfile

The LoggingBatchProfile describes the interoperability among batch logging services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLogEntryBatchAdmin

      boolean supportsLogEntryBatchAdmin()
      Tests if bulk administration of log entries is available.
      Returns:
      true if a log entry bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLogEntryPurgeSession

      boolean supportsLogEntryPurgeSession()
      Tests if bulk purging of log entries is available.
      Returns:
      true if a log entry purge service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLogBatchAdmin

      boolean supportsLogBatchAdmin()
      Tests if bulk administration of logs is available.
      Returns:
      true if a log bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.