OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.CompetencySearch
Implementsosid.OsidSearch
Description

The search interface for governing competency searches.

MethodsearchAmongCompetencies
Description

Execute this search among the given list of competencies.

Parametersosid.id.IdListcompetencyIdslist of competencies
ErrorsNULL_ARGUMENT competencyIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCompetencyResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.CompetencySearchOrdercompetencySearchOrdercompetency search order
ErrorsNULL_ARGUMENT competencySearchOrder is null
UNSUPPORTED competencySearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetCompetencySearchRecord
Description

Gets the competency search record corresponding to the given competency search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecompetencySearchRecordTypea competency search record type
Returnosid.resourcing.records.CompetencySearchRecordthe competency search record
ErrorsNULL_ARGUMENT competencySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(competencySearchRecordType) is false
CompliancemandatoryThis method must be implemented.