OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.0
Interfaceosid.provisioning.rules.BrokerProcessorSearchOrder
Implementsosid.OsidProcessorSearchOrder
Used Byosid.provisioning.rules.BrokerProcessorSearchSession
osid.provisioning.rules.BrokerProcessorSmartDistributorSession
Description

An interface for specifying the ordering of search results.

MethodorderByLeasing
Description

Orders the results by the leasing flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByFixedLeaseDuration
Description

Orders the results by the fixed lease duration.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByMustReturnProvisions
Description

Orders the results by the must return provisions flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByAllowsProvisionExchange
Description

Orders the results by the allows provision exchange flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByAllowsCompoundRequests
Description

Orders the results by the allows compound requests flag.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodgetBrokerProcessorSearchOrderRecord
Description

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

Parametersosid.type.TypebrokerProcessorRecordType a broker processor record type
Returnosid.provisioning.rules.records.BrokerProcessorSearchOrderRecord the broker processor search order record
ErrorsNULL_ARGUMENT brokerProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(brokerProcessorRecordType) is false
Compliancemandatory This method must be implemented.