| Interface | osid.voting.rules.BallotConstrainerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getBallotConstrainerSearchOrderRecord | ||
| Description |
Gets the ballot constrainer search order record
corresponding to the given ballot constrainer record
| ||
| Parameters | osid.type.Type | ballotConstrainerRecordType | a ballot constrainer record type |
| Return | osid.voting.rules.records.BallotConstrainerSearchOrderRecord | the ballot constrainer search order record | |
| Errors | NULL_ARGUMENT | ballotConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(ballotConstrainerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |