Interface | osid.learning.ObjectiveBankSearchSession | ||
---|---|---|---|
Implements | osid.learning.ObjectiveBankQuerySession | ||
Description |
This session provides methods for searching among | ||
Method | getObjectiveBankSearch | ||
Description |
Gets an objective bank search. | ||
Return | osid.learning.ObjectiveBankSearch | an objective bank search | |
Compliance | mandatory | This method must be implemented. | |
Method | getObjectiveBankSearchOrder | ||
Description |
Gets an objective bank search order. The | ||
Return | osid.learning.ObjectiveBankSearchOrder | the objective bank search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getObjectiveBanksBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.learning.ObjectiveBankQuery | objectiveBankQuery | the objective bank query |
osid.learning.ObjectiveBankSearch | objectiveBankSearch | the objective bank search | |
Return | osid.learning.ObjectiveBankSearchResults | the search results | |
Errors | NULL_ARGUMENT | objectiveBankQuery or objectiveBankSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | objectiveBankQuery or objectiveBankSearch is
not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getObjectiveBankQueryFromInspector | ||
Description |
Gets an objective bank query from an inspector. The
inspector is available from an | ||
Parameters | osid.learning.ObjectiveBankQueryInspector | objectiveBankQueryInspector | an objective bank query inspector |
Return | osid.learning.ObjectiveBankQuery | the objective bank query | |
Errors | NULL_ARGUMENT | objectiveBankQueryInspector is null | |
UNSUPPORTED | objectiveBankQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |