OSID Logo
OSID Specifications
relationship package
Version 3.1.0
Interfaceosid.relationship.FamilySearch
Implementsosid.OsidSearch
Used Byosid.relationship.FamilySearchSession
Description

The search interface for governing family searches.

MethodsearchAmongFamilies
Description

Execute this search among the given list of families.

Parametersosid.id.IdListfamilyIds list of families
ErrorsNULL_ARGUMENT familyIds is null
Compliancemandatory This method must be implemented.
MethodorderFamilyResults
Description

Specify an ordering to the search results.

Parametersosid.relationship.FamilySearchOrderfamilySearchOrder family search order
ErrorsNULL_ARGUMENT familySearchOrder is null
UNSUPPORTED familySearchOrder is not of this service
Compliancemandatory This 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.TypefamilySearchRecordType a family search record type
Returnosid.relationship.records.FamilySearchRecord the family search record
ErrorsNULL_ARGUMENT familySearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(familySearchRecordType) is false
Compliancemandatory This method must be implemented.