OSID Logo
OSID Specifications
relationship package
Version 3.0.0
Release Candidate Preview
Interfaceosid.relationship.FamilySearch
Implementsosid.OsidSearch
Description

The search interface for governing family searches.

MethodsearchAmongFamilies
Description

Execute this search among the given list of families.

Parametersosid.id.IdListfamilyIdslist of families
ErrorsNULL_ARGUMENT familyIds is null
CompliancemandatoryThis method must be implemented.
MethodorderFamilyResults
Description

Specify an ordering to the search results.

Parametersosid.relationship.FamilySearchOrderfamilySearchOrderfamily search order
ErrorsNULL_ARGUMENT familySearchOrder is null
UNSUPPORTED familySearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetFamilySearchRecord
Description

Gets the family search 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.FamilySearchRecordthe family search 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.