OSID Logo
OSID Specifications
repository rules package
Version 3.1.0
Interfaceosid.repository.rules.CompositionEnablerSearch
Implementsosid.OsidSearch
Used Byosid.repository.rules.CompositionEnablerSearchSession
Description

The search interface for governing composition enabler searches.

MethodsearchAmongCompositionEnablers
Description

Execute this search among the given list of composition enablers.

Parametersosid.id.IdListcompositionEnablerIds list of composition enablers
ErrorsNULL_ARGUMENT compositionEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderCompositionEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.repository.rules.CompositionEnablerSearchOrdercompositionEnablerSearchOrder composition enabler search order
ErrorsNULL_ARGUMENT compositionEnablerSearchOrder is null
UNSUPPORTED compositionEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCompositionEnablerSearchRecord
Description

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

Parametersosid.type.TypecompositionEnablerSearchRecordType a composition enabler search record type
Returnosid.repository.rules.records.CompositionEnablerSearchRecord the composition enabler search record
ErrorsNULL_ARGUMENT compositionEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(compositionEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.