OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.CompetencySearchResults
Implementsosid.OsidSearchResults
Used Byosid.resourcing.CompetencySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetCompetencies
Description

Gets the competency list resulting from a search.

Returnosid.resourcing.CompetencyList the competency list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetCompetencyQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.resourcing.CompetencyQueryInspector the competency query inspector
Compliancemandatory This method must be implemented.
MethodgetCompetencySearchResultsRecord
Description

Gets the competency search results 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.CompetencySearchResultsRecord the competency search results record
ErrorsNULL_ARGUMENT competencySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(competencySearchRecordType) is false
Compliancemandatory This method must be implemented.