| Interface | osid.assessment.authoring.SequenceRuleEnablerSmartBankSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic bank. a   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 | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartBanks | ||
| Description | 
                     Tests if this user can manage smart bank. 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 | getSequenceRuleEnablerQuery | ||
| Description | 
                     Gets a sequence rule enabler query.  | ||
| Return | osid.assessment.authoring.SequenceRuleEnablerQuery | the sequence rule enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSequenceRuleEnablerSearchOrder | ||
| Description | 
                     Gets a sequence rule enabler search order.  | ||
| Return | osid.assessment.authoring.SequenceRuleEnablerSearchOrder | the sequence rule enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applySequenceRuleEnablerQuery | ||
| Description | 
                     Applies a sequence rule enabler query to this bank.  | ||
| Parameters | osid.assessment.authoring.SequenceRuleEnablerQuery | sequenceRuleEnablerQuery | the sequence rule enabler query | 
| Errors | NULL_ARGUMENT |  sequenceRuleEnablerQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  sequenceRuleEnablerQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectSequenceRuleEnablerQuery | ||
| Description | 
                     Gets a sequence rule enabler query inspector for this bank.  | ||
| Return | osid.assessment.authoring.SequenceRuleEnablerQueryInspector | the sequence rule enabler query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applySequenceRuleEnablerSequencing | ||
| Description | 
                     Applies a sequence rule enabler search order to this bank.  | ||
| Parameters | osid.assessment.authoring.SequenceRuleEnablerSearchOrder | sequenceRuleEnablerSearchOrder | the sequence rule enabler search order | 
| Errors | NULL_ARGUMENT |  sequenceRuleEnablerSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  sequenceRuleEnablerSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getSequenceRuleEnablerQueryFromInspector | ||
| Description | 
                     Gets a sequence rule enabler query from an inspector.  | ||
| Parameters | osid.assessment.authoring.SequenceRuleEnablerQueryInspector | sequenceRuleEnablerQueryInspector | a sequence rule enabler query inspector | 
| Return | osid.assessment.authoring.SequenceRuleEnablerQuery | the sequence rule enabler query | |
| Errors | NULL_ARGUMENT |  sequenceRuleEnablerQueryInspector  is  null   |                 |
| UNSUPPORTED |  sequenceRuleEnablerQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |