Interface | osid.assessment.AssessmentSmartBankSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. An This | ||
Method | getBankId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Bank Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getBank | ||
Description |
Gets the | ||
Return | osid.assessment.Bank | the Bank associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | assessment failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canManageSmartBanks | ||
Description |
Tests if this user can manage smart banks. A return of
true does not guarantee successful authorization. A return
of false indicates that it is known methods in this
session will result in a | ||
Return | boolean | false if smart bank management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentQuery | ||
Description |
Gets an assessment query. | ||
Return | osid.assessment.AssessmentQuery | the assessment query | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentSearchOrder | ||
Description |
Gets an assessment search order. | ||
Return | osid.assessment.AssessmentSearchOrder | the assessment search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyAssessmentQuery | ||
Description |
Applies an assessment query to this bank. | ||
Parameters | osid.assessment.AssessmentQuery | assessmentQuery | the assessment query |
Errors | NULL_ARGUMENT | assessmentQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | assessmentQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectAssessmentQuery | ||
Description |
Gets an assessment query inspector for this bank. | ||
Return | osid.assessment.AssessmentQueryInspector | the assessment query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyAssessmentSequencing | ||
Description |
Applies an assessment search order to this bank. | ||
Parameters | osid.assessment.AssessmentSearchOrder | assessmentSearchOrder | the assessment search order |
Errors | NULL_ARGUMENT | assessmentSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | assessmentSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentQueryFromInspector | ||
Description |
Gets an assessment query from an inspector. | ||
Parameters | osid.assessment.AssessmentQueryInspector | assessmentQueryInspector | an assessment query inspector |
Return | osid.assessment.AssessmentQuery | the assessment query | |
Errors | NULL_ARGUMENT | assessmentQueryInspector is null | |
UNSUPPORTED | assessmentQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |