OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveBank
Implementsosid.OsidCatalog
Used Byosid.learning.ActivityAdminSession
osid.learning.ActivityLookupSession
osid.learning.ActivityNotificationSession
osid.learning.ActivityQuerySession
osid.learning.ActivitySmartObjectiveBankSession
osid.learning.LearningPathSession
osid.learning.MyLearningPathSession
osid.learning.ObjectiveAdminSession
osid.learning.ObjectiveBankAdminSession
osid.learning.ObjectiveBankList
show 13 more…
osid.learning.ObjectiveBankLookupSession
osid.learning.ObjectiveBankNode
osid.learning.ObjectiveLookupSession
osid.learning.ObjectiveNotificationSession
osid.learning.ObjectiveQuerySession
osid.learning.ObjectiveRequisiteAssignmentSession
osid.learning.ObjectiveRequisiteSession
osid.learning.ObjectiveSmartObjectiveBankSession
osid.learning.ProficiencyAdminSession
osid.learning.ProficiencyLookupSession
osid.learning.ProficiencyNotificationSession
osid.learning.ProficiencyQuerySession
osid.learning.ProficiencySmartObjectiveBankSession
Description

an objective bank defines a collection of objectives.

MethodgetObjectiveBankRecord
Description

Gets the objective bank record corresponding to the given ObjectiveBank record Type. This method is used to retrieve an object implementing the requested record. The objectiveBankRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(objectiveBankRecordType) is true.

Parametersosid.type.TypeobjectiveBankRecordType an objective bank record type
Returnosid.learning.records.ObjectiveBankRecord the objective bank record
ErrorsNULL_ARGUMENT objectiveBankRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(objectiveBankRecordType) is false
Compliancemandatory This method must be implemented.