OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.CanonicalUnitProcessorSearch
Implementsosid.OsidSearch
Used Byosid.offering.rules.CanonicalUnitProcessorSearchSession
Description

The search interface for governing canonical unit processor searches.

MethodsearchAmongCanonicalUnitProcessors
Description

Execute this search among the given list of canonical unit processors.

Parametersosid.id.IdListcanonicalUnitProcessorIds list of canonical unit processors
ErrorsNULL_ARGUMENT canonicalUnitProcessorIds is null
Compliancemandatory This method must be implemented.
MethodorderCanonicalUnitProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.offering.rules.CanonicalUnitProcessorSearchOrdercanonicalUnitProcessorSearchOrder canonical unit processor search order
ErrorsNULL_ARGUMENT canonicalUnitProcessorSearchOrder is null
UNSUPPORTED canonicalUnitProcessorSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCanonicalUnitProcessorSearchRecord
Description

Gets the canonical unit processor search record corresponding to the given canonical unit processor search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecanonicalUnitProcessorSearchRecordType a canonical unit processor search record type
Returnosid.offering.rules.records.CanonicalUnitProcessorSearchRecord the canonical unit processor search record
ErrorsNULL_ARGUMENT canonicalUnitProcessorSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(canonicalUnitProcessorSearchRecordType) is false
Compliancemandatory This method must be implemented.