OSID Logo
OSID Specifications
sequencing package
Version 3.1.0
Interfaceosid.sequencing.ChainSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.sequencing.ChainSearchSession
osid.sequencing.ChainSmartAntimatroidSession
Description

An interface for specifying the ordering of search results.

MethodorderByFifo
Description

Orders the results by the fifo flag.

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

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

Parametersosid.type.TypechainRecordType a chain record type
Returnosid.sequencing.records.ChainSearchOrderRecord the chain search order record
ErrorsNULL_ARGUMENT chainRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(chainRecordType) is false
Compliancemandatory This method must be implemented.