Interface AuthorizationEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEffectuatorQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface AuthorizationEnablerQueryInspector extends OsidEffectuatorQueryInspector

This is the query inspector for examining authorization enabler queries.

  • Method Details

    • getRuledAuthorizationIdTerms

      IdTerm[] getRuledAuthorizationIdTerms()
      Gets the authorization Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledAuthorizationTerms

      AuthorizationQueryInspector[] getRuledAuthorizationTerms()
      Gets the authorization query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getVaultIdTerms

      IdTerm[] getVaultIdTerms()
      Gets the vault Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getVaultTerms

      VaultQueryInspector[] getVaultTerms()
      Gets the vault query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuthorizationEnablerQueryInspectorRecord

      AuthorizationEnablerQueryInspectorRecord getAuthorizationEnablerQueryInspectorRecord(Type authorizationEnablerRecordType) throws OperationFailedException
      Gets the authorization enabler query inspector record corresponding to the given AuthorizationEnabler record Type .
      Parameters:
      authorizationEnablerRecordType - an authorization enabler record type
      Returns:
      the authorization enabler query inspector record
      Throws:
      NullArgumentException - authorizationEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(authorizationEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.