OSID Logo
OSID Specifications
resourcing package
Version 3.0.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.CompetencyListthe competency list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetCompetencyQueryInspector
Description

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

Returnosid.resourcing.CompetencyQueryInspectorthe competency query inspector
CompliancemandatoryThis 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.TypecompetencySearchRecordTypea competency search record type
Returnosid.resourcing.records.CompetencySearchResultsRecordthe competency search results record
ErrorsNULL_ARGUMENTcompetencySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(competencySearchRecordType) is false
CompliancemandatoryThis method must be implemented.