OSID Logo
OSID Specifications
voting package
Version 3.1.0
Interfaceosid.voting.PollsSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.voting.PollsSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetPollsSearchOrderRecord
Description

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

Parametersosid.type.TypepollsRecordType a polls record type
Returnosid.voting.records.PollsSearchOrderRecord the polls search order record
ErrorsNULL_ARGUMENT pollsRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(pollsRecordType) is false
Compliancemandatory This method must be implemented.