Interface ContactEnablerQueryInspector

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

public interface ContactEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining contact enabler queries.

  • Method Details

    • getRuledContactIdTerms

      IdTerm[] getRuledContactIdTerms()
      Gets the contact Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledContactTerms

      ContactQueryInspector[] getRuledContactTerms()
      Gets the contact query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAddressBookIdTerms

      IdTerm[] getAddressBookIdTerms()
      Gets the address book Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAddressBookTerms

      AddressBookQueryInspector[] getAddressBookTerms()
      Gets the address book query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getContactEnablerQueryInspectorRecord

      ContactEnablerQueryInspectorRecord getContactEnablerQueryInspectorRecord(Type contactEnablerRecordType) throws OperationFailedException
      Gets the contact enabler query inspector record corresponding to the given ContactEnabler record Type .
      Parameters:
      contactEnablerRecordType - a contact enabler record type
      Returns:
      the contact enabler query inspector record
      Throws:
      NullArgumentException - contactEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(contactEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.