Interface PersonnelBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
PersonnelBatchManager, PersonnelBatchProxyManager

public interface PersonnelBatchProfile extends OsidProfile

The PersonnelBatchProfile describes the interoperability among batch personnel 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.
    • supportsPersonBatchAdmin

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

      boolean supportsOrganizationBatchAdmin()
      Tests if bulk administration of organizations is available.
      Returns:
      true if an organization bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPositionBatchAdmin

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

      boolean supportsAppointmentBatchAdmin()
      Tests if bulk administration of appointments is available.
      Returns:
      true if an appointment bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRealmBatchAdmin

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