Interface InquiryBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
InquiryBatchManager, InquiryBatchProxyManager

public interface InquiryBatchProfile extends OsidProfile

The InquiryBatchProfile describes the interoperability among batch inquiry 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.
    • supportsInquiryBatchAdmin

      boolean supportsInquiryBatchAdmin()
      Tests if bulk administration of inquiries is available.
      Returns:
      true if an inquiry bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuditBatchAdmin

      boolean supportsAuditBatchAdmin()
      Tests if bulk administration of audits is available.
      Returns:
      true if an audit bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsResponseBatchAdmin

      boolean supportsResponseBatchAdmin()
      Tests if bulk administration of responses is available.
      Returns:
      true if a response bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInquestBatchAdmin

      boolean supportsInquestBatchAdmin()
      Tests if bulk administration of inquests is available.
      Returns:
      true if an inquest bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.