OSID Logo
OSID Specifications
contact rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.rules.ContactEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining contact enabler queries.

MethodgetRuledContactIdTerms
Description

Gets the contact Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledContactTerms
Description

Gets the contact query terms.

Returnosid.contact.ContactQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAddressBookIdTerms
Description

Gets the address book Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAddressBookTerms
Description

Gets the address book query terms.

Returnosid.contact.AddressBookQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetContactEnablerQueryInspectorRecord
Description

Gets the contact enabler query inspector record corresponding to the given ContactEnabler record Type.

Parametersosid.type.TypecontactEnablerRecordTypea contact enabler record type
Returnosid.contact.rules.records.ContactEnablerQueryInspectorRecordthe contact enabler query inspector record
ErrorsNULL_ARGUMENT contactEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(contactEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.