| Interface | osid.sequencing.AntimatroidSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getAntimatroidSearchOrderRecord | ||
| Description |
Gets the antimatroid search order record corresponding
to the given antimatroid | ||
| Parameters | osid.type.Type | antimatroidRecordType | an antimatroid record type |
| Return | osid.sequencing.records.AntimatroidSearchOrderRecord | the antimatroid search order record | |
| Errors | NULL_ARGUMENT | antimatroidRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(antimatroidRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |