Interface AuthorizationEnablerSearch

All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable

public interface AuthorizationEnablerSearch extends OsidSearch

The search interface for governing authorization enabler searches.

  • Method Details

    • searchAmongAuthorizationEnablers

      void searchAmongAuthorizationEnablers(IdList authorizationEnablerIds)
      Execute this search among the given list of authorization enablers.
      Parameters:
      authorizationEnablerIds - list of authorization enablers
      Throws:
      NullArgumentException - authorizationEnablerIds is null
      Compliance:
      mandatory - This method must be implemented.
    • orderAuthorizationEnablerResults

      void orderAuthorizationEnablerResults(AuthorizationEnablerSearchOrder authorizationEnablerSearchOrder)
      Specify an ordering to the search results.
      Parameters:
      authorizationEnablerSearchOrder - authorization enabler search order
      Throws:
      NullArgumentException - authorizationEnablerSearchOrder is null
      UnsupportedException - authorizationEnablerSearchOrder is not of this service
      Compliance:
      mandatory - This method must be implemented.
    • getAuthorizationEnablerSearchRecord

      AuthorizationEnablerSearchRecord getAuthorizationEnablerSearchRecord(Type authorizationEnablerSearchRecordType) throws OperationFailedException
      Gets the authorization enabler search record corresponding to the given authorization enabler search record Type . This method is used to retrieve an object implementing the requested record.
      Parameters:
      authorizationEnablerSearchRecordType - an authorization enabler search record type
      Returns:
      the authorization enabler search record
      Throws:
      NullArgumentException - authorizationEnablerSearchRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(authorizationEnablerSearchRecordType) is false
      Compliance:
      mandatory - This method must be implemented.