OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.CompetencySearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.resourcing.AvailabilitySearchOrder
osid.resourcing.CommissionSearchOrder
osid.resourcing.CompetencySearchSession
osid.resourcing.CompetencySmartFoundrySession
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.TypecompetencyRecordType a competency record type
Returnosid.resourcing.records.CompetencySearchOrderRecord the competency search order record
ErrorsNULL_ARGUMENT competencyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(competencyRecordType) is false
Compliancemandatory This method must be implemented.