OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.CompetencySearchOrder
Implementsosid.OsidObjectSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCompetencySearchOrderRecord
Description

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

Parametersosid.type.TypecompetencyRecordTypea competency record type
Returnosid.resourcing.records.CompetencySearchOrderRecordthe competency search order record
ErrorsNULL_ARGUMENT competencyRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(competencyRecordType) is false
CompliancemandatoryThis method must be implemented.