Interface JournalingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
JournalingBatchManager, JournalingBatchProxyManager

public interface JournalingBatchProfile extends OsidProfile

The JournalingBatchProfile describes the interoperability among batch journaling 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.
    • supportsJournalEntryBatchAdmin

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

      boolean supportsBranchBatchAdmin()
      Tests if bulk administration of branches is available.
      Returns:
      true if a branch bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsJournalBatchAdmin

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