Interface | osid.assessment.authoring.SequenceRuleEnablerBankSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to retrieve This lookup session defines several views:
| ||
Method | canLookupSequenceRuleEnablerBankMappings | ||
Description |
Tests if this user can perform lookups of sequence rule
enabler/bank mappings. A return of true does not guarantee
successful authorization. A return of false indicates that
it is known lookup methods in this session will result in
a | ||
Return | boolean | false if looking up mappings is not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useComparativeSequenceRuleEnablerBankView | ||
Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenarySequenceRuleEnablerBankView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getSequenceRuleEnablerIdsByBank | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | bankId | Id of the Bank |
Return | osid.id.IdList | list of related sequence rule enabler Ids | |
Errors | NOT_FOUND | bankId is not found | |
NULL_ARGUMENT | bankId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSequenceRuleEnablersByBank | ||
Description |
Gets the list of sequence rule enablers associated with
an | ||
Parameters | osid.id.Id | bankId | Id of the Bank |
Return | osid.assessment.authoring.SequenceRuleEnablerList | list of related sequence rule enablers | |
Errors | NOT_FOUND | bankId is not found | |
NULL_ARGUMENT | bankId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSequenceRuleEnablerIdsByBanks | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | bankIds | list of bank Ids |
Return | osid.id.IdList | list of sequence rule enabler Ids | |
Errors | NULL_ARGUMENT | bankIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getSequenceRuleEnablersByBanks | ||
Description |
Gets the list of sequence rule enablers corresponding
to a list of | ||
Parameters | osid.id.IdList | bankIds | list of bank Ids |
Return | osid.assessment.authoring.SequenceRuleEnablerList | list of sequence rule enablers | |
Errors | NULL_ARGUMENT | bankIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBankIdsBySequenceRuleEnabler | ||
Description |
Gets the | ||
Parameters | osid.id.Id | sequenceRuleEnablerId | Id of a SequenceRuleEnabler |
Return | osid.id.IdList | list of banks | |
Errors | NOT_FOUND | sequenceRuleEnablerId is not found | |
NULL_ARGUMENT | sequenceRuleEnablerId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getBanksBySequenceRuleEnabler | ||
Description |
Gets the | ||
Parameters | osid.id.Id | sequenceRuleEnablerId | Id of a SequenceRuleEnabler |
Return | osid.assessment.BankList | list of banks | |
Errors | NOT_FOUND | sequenceRuleEnablerId is not found | |
NULL_ARGUMENT | sequenceRuleEnablerId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |