OSID Logo
OSID Specifications
relationship package
Version 3.0.0
Release Candidate Preview
Interfaceosid.relationship.FamilySearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search and is used as a vehicle to perform a search within a previous result set.

MethodgetFamilies
Description

Gets the family list resulting from a search.

Returnosid.relationship.FamilyListthe family list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetFamilyQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.relationship.FamilyQueryInspectorthe family query inspector
CompliancemandatoryThis method must be implemented.
MethodgetFamilySearchResultsRecord
Description

Gets the family search results record corresponding to the given family search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypefamilySearchRecordTypea family search record type
Returnosid.relationship.records.FamilySearchResultsRecordthe family search results record
ErrorsNULL_ARGUMENT FamilySearchRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(familySearchRecordType) is false
CompliancemandatoryThis method must be implemented.