| Interface | osid.voting.rules.VoteEnabler | ||
|---|---|---|---|
| Implements | osid.OsidEnabler | ||
| Used By | osid.voting.rules.VoteEnablerAdminSession | ||
osid.voting.rules.VoteEnablerList | |||
osid.voting.rules.VoteEnablerLookupSession | |||
| Description |
A | ||
| Method | getVoteEnablerRecord | ||
| Description |
Gets the vote enabler record corresponding to the given
| ||
| Parameters | osid.type.Type | voteEnablerRecordType | the type of vote enabler record to retrieve |
| Return | osid.voting.rules.records.VoteEnablerRecord | the vote enabler record | |
| Errors | NULL_ARGUMENT | voteEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(voteEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |