OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.CommissionSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetCommissions
Description

Gets the commission list resulting from a search.

Returnosid.resourcing.CommissionListthe commission list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetCommissionQueryInspector
Description

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

Returnosid.resourcing.CommissionQueryInspectorthe commission query inspector
CompliancemandatoryThis method must be implemented.
MethodgetCommissionSearchResultsRecord
Description

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

Parametersosid.type.TypecommissionSearchRecordTypea commission search record type
Returnosid.resourcing.records.CommissionSearchResultsRecordthe commission search results record
ErrorsNULL_ARGUMENT commissionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commissionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.