OSID Logo
OSID Specifications
course program package
Version 3.1.0
Interfaceosid.course.program.CredentialSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.course.chronicle.CredentialEntrySearchOrder
osid.course.program.CredentialSearchSession
osid.course.program.CredentialSmartCourseCatalogSession
Description

An interface for specifying the ordering of search results.

MethodorderByLifetime
Description

Specifies a preference for ordering the result set by lifetime.

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

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

Parametersosid.type.TypecredentialRecordType a credential record type
Returnosid.course.program.records.CredentialSearchOrderRecord the credential search order record
ErrorsNULL_ARGUMENT credentialRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(credentialRecordType) is false
Compliancemandatory This method must be implemented.