OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.CompetencySearchResults
Implementsosid.OsidSearchResults
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_ARGUMENT competencySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(competencySearchRecordType) is false
CompliancemandatoryThis method must be implemented.