OSID Logo
OSID Specifications
voting package
Version 3.0.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.TypepollsRecordTypea polls record type
Returnosid.voting.records.PollsSearchOrderRecordthe polls search order record
ErrorsNULL_ARGUMENTpollsRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(pollsRecordType) is false
CompliancemandatoryThis method must be implemented.