Interface OntologyBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
OntologyBatchManager, OntologyBatchProxyManager

public interface OntologyBatchProfile extends OsidProfile

The OntologyBatchProfile describes the interoperability among batch ontology 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.
    • supportsSubjectBatchAdmin

      boolean supportsSubjectBatchAdmin()
      Tests if bulk administration of subjects is available.
      Returns:
      true if a subject bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRelevancyBatchAdmin

      boolean supportsRelevancyBatchAdmin()
      Tests if bulk administration of relevancies is available.
      Returns:
      true if a relevancy bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOntologyBatchAdmin

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