OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.FoundrySearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetFoundrySearchOrderRecord
Description

Gets the foundry search order record corresponding to the given foundry Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypefoundryRecordTypea foundry record type
Returnosid.resourcing.records.FoundrySearchOrderRecordthe foundry search order record
ErrorsNULL_ARGUMENT foundryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(foundryRecordType) is false
CompliancemandatoryThis method must be implemented.