Interface | osid.learning.ObjectiveBankSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The interface for governing objective bank searches. | ||
Method | searchAmongObjectiveBanks | ||
Description |
Execute this search among the given list of objective banks. | ||
Parameters | osid.id.IdList | objectiveBankIds | list of objective banks |
Errors | NULL_ARGUMENT | objective bankIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderObjectiveBankResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.learning.ObjectiveBankSearchOrder | objectiveBankSearchOrder | objective bank search order |
Errors | NULL_ARGUMENT | objectiveBankSearchOrder is null | |
UNSUPPORTED | objectiveBankSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getObjectiveBankSearchRecord | ||
Description |
Gets the objective bank search record corresponding to
the given objective bank search record | ||
Parameters | osid.type.Type | objectiveBankSearchRecordType | an objective bank search record type |
Return | osid.learning.records.ObjectiveBankSearchRecord | the objective bank search record | |
Errors | NULL_ARGUMENT | objectiveBankSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasSearchRecordType(objective bankSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |