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