OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.CompetencySearch
Implementsosid.OsidSearch
Used Byosid.resourcing.CompetencySearchSession
Description

The search interface for governing competency searches.

MethodsearchAmongCompetencies
Description

Execute this search among the given list of competencies.

Parametersosid.id.IdListcompetencyIds list of competencies
ErrorsNULL_ARGUMENT competencyIds is null
Compliancemandatory This method must be implemented.
MethodorderCompetencyResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.CompetencySearchOrdercompetencySearchOrder competency search order
ErrorsNULL_ARGUMENT competencySearchOrder is null
UNSUPPORTED competencySearchOrder is not of this service
Compliancemandatory This 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.TypecompetencySearchRecordType a competency search record type
Returnosid.resourcing.records.CompetencySearchRecord the competency search record
ErrorsNULL_ARGUMENT competencySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(competencySearchRecordType) is false
Compliancemandatory This method must be implemented.