Interface IdBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
IdBatchManager, IdBatchProxyManager

public interface IdBatchProfile extends OsidProfile

The IdBatchProfile describes the interoperability among id services.

  • Method Details

    • supportsIdBatchIssue

      boolean supportsIdBatchIssue()
      Tests if an Id bulk issue service is supported.
      Returns:
      true if Id bulk issuing is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsIdBatchAdmin

      boolean supportsIdBatchAdmin()
      Tests if an Id bulk administrative service is supported.
      Returns:
      true if Id bulk administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.