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

The search interface for governing commission enabler searches.

MethodsearchAmongCommissionEnablers
Description

Execute this search among the given list of commission enablers.

Parametersosid.id.IdListfoundryIdslist of commission enablers
ErrorsNULL_ARGUMENT foundryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCommissionEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.rules.CommissionEnablerSearchOrdercommissionEnablerSearchOrdercommission enabler search order
ErrorsNULL_ARGUMENT commissionEnablerSearchOrder is null
UNSUPPORTED commissionEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetCommissionEnablerSearchRecord
Description

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

Parametersosid.type.TypecommissionEnablerSearchRecordTypean commission enabler search record type
Returnosid.resourcing.rules.records.CommissionEnablerSearchRecordthe commission enabler search record
ErrorsNULL_ARGUMENT commissionEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commissionEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.