OSID Logo
OSID Specifications
resourcing package
Version 3.1.0
Interfaceosid.resourcing.CommissionSearchResults
Implementsosid.OsidSearchResults
Used Byosid.resourcing.CommissionSearchSession
Description

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

MethodgetCommissions
Description

Gets the commission list resulting from a search.

Returnosid.resourcing.CommissionList the commission list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetCommissionQueryInspector
Description

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

Returnosid.resourcing.CommissionQueryInspector the commission query inspector
Compliancemandatory This 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.TypecommissionSearchRecordType a commission search record type
Returnosid.resourcing.records.CommissionSearchResultsRecord the commission search results record
ErrorsNULL_ARGUMENT commissionSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(commissionSearchRecordType) is false
Compliancemandatory This method must be implemented.