Interface | osid.voting.PollsSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getPollsSearchOrderRecord | ||
Description |
Gets the polls search order record corresponding to the
given polls record | ||
Parameters | osid.type.Type | pollsRecordType | a polls record type |
Return | osid.voting.records.PollsSearchOrderRecord | the polls search order record | |
Errors | NULL_ARGUMENT | pollsRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(pollsRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |