OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.FoundrySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.resourcing.FoundrySearchSession
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.TypefoundryRecordType a foundry record type
Returnosid.resourcing.records.FoundrySearchOrderRecord the foundry search order record
ErrorsNULL_ARGUMENT foundryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(foundryRecordType) is false
Compliancemandatory This method must be implemented.