OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ValueEnablerSearch
Implementsosid.OsidSearch
Used Byosid.configuration.rules.ValueEnablerSearchSession
Description

The search interface for governing value enabler searches.

MethodsearchAmongValueEnablers
Description

Execute this search among the given list of value enablers.

Parametersosid.id.IdListvalueEnablerIds list of value enablers
ErrorsNULL_ARGUMENT valueEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderValueEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.configuration.rules.ValueEnablerSearchOrdervalueEnablerSearchOrder value enabler search order
ErrorsNULL_ARGUMENT valueEnablerSearchOrder is null
UNSUPPORTED valueEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetValueEnablerSearchRecord
Description

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

Parametersosid.type.TypevalueEnablerSearchRecordType a value enabler search record type
Returnosid.configuration.rules.records.ValueEnablerSearchRecord the value enabler search record
ErrorsNULL_ARGUMENT valueEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(valueEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.