OSID Logo
OSID Specifications
subscription rules package
Version 3.0.0
Interfaceosid.subscription.rules.SubscriptionEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.subscription.rules.SubscriptionEnablerSearchSession
osid.subscription.rules.SubscriptionEnablerSmartPublisherSession
Description

An interface for specifying the ordering of search results.

MethodgetSubscriptionEnablerSearchOrderRecord
Description

Gets the subscription enabler search order record corresponding to the given subscription enabler record Type . Multiple retrievals return the same underlying object.

Parametersosid.type.TypesubscriptionEnablerRecordTypea subscription enabler record type
Returnosid.subscription.rules.records.SubscriptionEnablerSearchOrderRecordthe subscription enabler search order record
ErrorsNULL_ARGUMENTsubscriptionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(subscriptionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.