OSID Logo
OSID Specifications
hierarchy package
Version 3.1.0
Interfaceosid.hierarchy.HierarchySearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.authorization.FunctionSearchOrder
osid.hierarchy.HierarchySearchSession
Description

An interface for specifying the ordering of search results.

MethodgetHierarchySearchOrderRecord
Description

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

Parametersosid.type.TypehierarchyRecordType a hierarchy record type
Returnosid.hierarchy.records.HierarchySearchOrderRecord the hierarchy search order record
ErrorsNULL_ARGUMENT hierarchyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(hierarchyRecordType) is false
Compliancemandatory This method must be implemented.