Interface RelationshipBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
RelationshipBatchManager, RelationshipBatchProxyManager

public interface RelationshipBatchProfile extends OsidProfile

The RelationshipBatchProfile describes the interoperability among relationship batch 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.
    • supportsRelationshipBatchAdmin

      boolean supportsRelationshipBatchAdmin()
      Tests if bulk administration of relationships is available.
      Returns:
      true if a relationship bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFamilyBatchAdmin

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