Interface ResourcingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ResourcingBatchManager, ResourcingBatchProxyManager

public interface ResourcingBatchProfile extends OsidProfile

The ResourcingBatchProfile describes the interoperability among batch resourcing 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.
    • supportsJobBatchAdmin

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

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

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

      boolean supportsAvailabilityBatchAdmin()
      Tests if bulk administration of availabilities is available.
      Returns:
      true if an availability bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCommissionBatchAdmin

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

      boolean supportsEffortBatchAdmin()
      Tests if bulk administration of efforts is available.
      Returns:
      true if an effort bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFoundryBatchAdmin

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