Interface | osid.voting.Polls | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
An inventory defines a collection of candidates. | ||
Method | getPollsRecord | ||
Description |
Gets the polls record corresponding to the given | ||
Parameters | osid.type.Type | pollsRecordType | the polls record type |
Return | osid.voting.records.PollsRecord | the polls record | |
Errors | NULL_ARGUMENT | pollsRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(pollsRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |