OSID Logo
OSID Specifications
resourcing rules package
Version 3.0.0
Interfaceosid.resourcing.rules.CommissionEnablerSearch
Implementsosid.OsidSearch
Used Byosid.resourcing.rules.CommissionEnablerSearchSession
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_ARGUMENTfoundryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCommissionEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.resourcing.rules.CommissionEnablerSearchOrdercommissionEnablerSearchOrdercommission enabler search order
ErrorsNULL_ARGUMENTcommissionEnablerSearchOrder is null
UNSUPPORTEDcommissionEnablerSearchOrder 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.TypecommissionEnablerSearchRecordTypea commission enabler search record type
Returnosid.resourcing.rules.records.CommissionEnablerSearchRecordthe commission enabler search record
ErrorsNULL_ARGUMENTcommissionEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(commissionEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.