OSID Logo
OSID Specifications
resourcing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resourcing.CommissionSearch
Implementsosid.OsidSearch
Description

The search interface for governing commission searches.

MethodsearchAmongCommissions
Description

Execute this search among the given list of commissions.

Parametersosid.id.IdListcommissionIdslist of commissions
ErrorsNULL_ARGUMENT commissionIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCommissionResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.CommissionSearchOrdercommissionSearchOrdercommission search order
ErrorsNULL_ARGUMENT commissionSearchOrder is null
UNSUPPORTED commissionSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetCommissionSearchRecord
Description

Gets the commission search 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.CommissionSearchRecordthe commission search record
ErrorsNULL_ARGUMENT commissionSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commissionSearchRecordType) is false
CompliancemandatoryThis method must be implemented.