OSID Logo
OSID Specifications
relationship rules package
Version 3.0.0
Interfaceosid.relationship.rules.RelationshipEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.relationship.rules.RelationshipEnablerSearchResults
osid.relationship.rules.RelationshipEnablerSmartFamilySession
Description

This is the query inspector for examining relationship enabler queries.

MethodgetRuledRelationshipIdTerms
Description

Gets the relationship Id query terms.

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

Gets the relationship query terms.

Returnosid.relationship.RelationshipQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetFamilyIdTerms
Description

Gets the family Id query terms.

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

Gets the family query terms.

Returnosid.relationship.FamilyQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRelationshipEnablerQueryInspectorRecord
Description

Gets the relationship enabler query inspector record corresponding to the given RelationshipEnabler record Type .

Parametersosid.type.TyperelationshipEnablerRecordTypea relationship enabler record type
Returnosid.relationship.rules.records.RelationshipEnablerQueryInspectorRecordthe relationship enabler query inspector record
ErrorsNULL_ARGUMENTrelationshipEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(relationshipEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.