OSID Logo
OSID Specifications
assessment authoring package
Version 3.1.0
Interfaceosid.assessment.authoring.SequenceRuleEnablerSmartBankSession
Implementsosid.OsidSession
Used Byosid.assessment.authoring.AssessmentAuthoringManager
osid.assessment.authoring.AssessmentAuthoringProxyManager
Description

This session manages queries and sequencing to create "smart" dynamic bank. a SequenceRuleEnablerQuery can be retrieved from this session and mapped to this Bank to create a virtual collection of sequence rule enablers. The sequence rule enablers may be sequenced using the SequenceRuleEnablerSearchOrder from this session.

This Bank has a default query that matches any sequence rule enabler and a default search order that specifies no sequencing. The queries may be examined using a SequenceRuleEnablerQueryInspector. The query may be modified by converting the inspector back to a SequenceRuleEnablerQuery.

MethodgetBankId
Description

Gets the Bank Id associated with this session.

Returnosid.id.Id the Bank Id associated with this session
Compliancemandatory This method must be implemented.
MethodgetBank
Description

Gets the Bank associated with this session.

Returnosid.assessment.Bank the bank
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure
Compliancemandatory This method must be implemented.
MethodcanManageSmartBanks
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 PERMISSION_DENIED. This is intended as a hint to an application that may opt not to offer operations to unauthorized users.

Returnboolean false if smart bank management is not authorized, true otherwise
Compliancemandatory This method must be implemented.
MethodgetSequenceRuleEnablerQuery
Description

Gets a sequence rule enabler query.

Returnosid.assessment.authoring.SequenceRuleEnablerQuery the sequence rule enabler query
Compliancemandatory This method must be implemented.
MethodgetSequenceRuleEnablerSearchOrder
Description

Gets a sequence rule enabler search order.

Returnosid.assessment.authoring.SequenceRuleEnablerSearchOrder the sequence rule enabler search order
Compliancemandatory This method must be implemented.
MethodapplySequenceRuleEnablerQuery
Description

Applies a sequence rule enabler query to this bank.

Parametersosid.assessment.authoring.SequenceRuleEnablerQuerysequenceRuleEnablerQuery the sequence rule enabler query
ErrorsNULL_ARGUMENT sequenceRuleEnablerQuery is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED sequenceRuleEnablerQuery not of this service
Compliancemandatory This method must be implemented.
MethodinspectSequenceRuleEnablerQuery
Description

Gets a sequence rule enabler query inspector for this bank.

Returnosid.assessment.authoring.SequenceRuleEnablerQueryInspector the sequence rule enabler query inspector
ErrorsOPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
Compliancemandatory This method must be implemented.
MethodapplySequenceRuleEnablerSequencing
Description

Applies a sequence rule enabler search order to this bank.

Parametersosid.assessment.authoring.SequenceRuleEnablerSearchOrdersequenceRuleEnablerSearchOrder the sequence rule enabler search order
ErrorsNULL_ARGUMENT sequenceRuleEnablerSearchOrder is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED sequenceRuleEnablerSearchOrder not of this service
Compliancemandatory This method must be implemented.
MethodgetSequenceRuleEnablerQueryFromInspector
Description

Gets a sequence rule enabler query from an inspector.

Parametersosid.assessment.authoring.SequenceRuleEnablerQueryInspectorsequenceRuleEnablerQueryInspector a sequence rule enabler query inspector
Returnosid.assessment.authoring.SequenceRuleEnablerQuery the sequence rule enabler query
ErrorsNULL_ARGUMENT sequenceRuleEnablerQueryInspector is null
UNSUPPORTED sequenceRuleEnablerQueryInspector is not of this service
Compliancemandatory This method must be implemented.