Interface | osid.voting.rules.BallotConstrainerEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getBallotConstrainerEnablers | ||
Description |
Gets the | ||
Return | osid.voting.rules.BallotConstrainerEnablerList | the ballot constrainer enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getBallotConstrainerEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.voting.rules.BallotConstrainerEnablerQueryInspector | the ballot constrainer enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getBallotConstrainerEnablerSearchResultsRecord | ||
Description |
Gets the ballot constrainer enabler search results
record corresponding to the given ballot constrainer
enabler search record | ||
Parameters | osid.type.Type | ballotConstrainerEnablerSearchRecordType | a ballot constrainer enabler search record type |
Return | osid.voting.rules.records.BallotConstrainerEnablerSearchResultsRecord | the ballot constrainer enabler search results record | |
Errors | NULL_ARGUMENT | ballotConstrainerEnablerSearchRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(ballotConstrainerEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |