Interface | osid.voting.rules.BallotConstrainerEnablerSearchSession | ||
---|---|---|---|
Implements | osid.voting.rules.BallotConstrainerEnablerQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getBallotConstrainerEnablerSearch | ||
Description |
Gets a ballot constrainer enabler search. | ||
Return | osid.voting.rules.BallotConstrainerEnablerSearch | the ballot constrainer enabler search | |
Compliance | mandatory | This method must be implemented. | |
Method | getBallotConstrainerEnablerSearchOrder | ||
Description |
Gets a ballot constrainer enabler search order. The
| ||
Return | osid.voting.rules.BallotConstrainerEnablerSearchOrder | the ballot constrainer enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getBallotConstrainerEnablersBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.voting.rules.BallotConstrainerEnablerQuery | ballotConstrainerEnablerQuery | the ballot constrainer enabler query |
osid.voting.rules.BallotConstrainerEnablerSearch | ballotConstrainerEnablerSearch | the ballot constrainer enabler search | |
Return | osid.voting.rules.BallotConstrainerEnablerSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | ballotConstrainerEnablerQuery or
ballotConstrainerEnablerSearch is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | ballotConstrainerEnablerQuery or
ballotConstrainerEnablerSearch is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBallotConstrainerEnablerQueryFromInspector | ||
Description |
Gets a ballot constrainer enabler query from an
inspector. The inspector is available from a | ||
Parameters | osid.voting.rules.BallotConstrainerEnablerQueryInspector | ballotConstrainerEnablerQueryInspector | a ballot constrainer enabler query inspector |
Return | osid.voting.rules.BallotConstrainerEnablerQuery | the ballot constrainer enabler query | |
Errors | NULL_ARGUMENT | ballotConstrainerEnablerQueryInspector is null
| |
UNSUPPORTED | ballotConstrainerEnablerQueryInspector is not of this
service | ||
Compliance | mandatory | This method must be implemented. |