Uses of Interface
org.osid.learning.ObjectiveBankList
Packages that use ObjectiveBankList
Package
Description
The Open Service Interface Definitions for the org.osid.learning
service.
-
Uses of ObjectiveBankList in org.osid.learning
Methods in org.osid.learning that return ObjectiveBankListModifier and TypeMethodDescriptionObjectiveBankHierarchySession.getChildObjectiveBanks(Id objectiveBankId) Gets the children of the given objective bank.ObjectiveBankLookupSession.getObjectiveBanks()Gets allObjectiveBanks.ObjectiveBankSearchResults.getObjectiveBanks()Gets the objective bank list resulting from the search.ActivityObjectiveBankSession.getObjectiveBanksByActivity(Id activityId) Gets the list ofObjectiveBanksmapped to aActivity.ObjectiveBankLookupSession.getObjectiveBanksByGenusType(Type objectiveBankGenusType) Gets aObjectiveBankListcorresponding to the given objective bank genusTypewhich does not include objective banks of types derived from the specifiedType.ObjectiveBankLookupSession.getObjectiveBanksByIds(IdList objectiveBankIds) Gets aObjectiveBankListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the objective banks specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.ObjectiveObjectiveBankSession.getObjectiveBanksByObjective(Id objectiveId) Gets the list ofObjectiveBanksmapped to anObjective.ObjectiveBankLookupSession.getObjectiveBanksByParentGenusType(Type objectiveBankGenusType) Gets aObjectiveBankListcorresponding to the given objective bank genusTypeand include any additional objective banks with genus types derived from the specifiedType.ProficiencyObjectiveBankSession.getObjectiveBanksByProficiency(Id proficiencyId) Gets theObjectiveBanksmapped to aProficiency.ObjectiveBankLookupSession.getObjectiveBanksByProvider(Id resourceId) Gets aObjectiveBankListfor the given provider.ObjectiveBankQuerySession.getObjectiveBanksByQuery(ObjectiveBankQuery objectiveBankQuery) Gets a list ofObjectiveBankobjects matching the given objectiove bank query.ObjectiveBankLookupSession.getObjectiveBanksByRecordType(Type objectiveBankRecordType) Gets aObjectiveBankListcontaining the given objective bank recordType.In plenary mode, the returned list contains all known objective banks or an error results.ObjectiveBankHierarchySession.getParentObjectiveBanks(Id objectiveBankId) Gets the parents of the given objective bank.ObjectiveBankHierarchySession.getRootObjectiveBanks()Gets the root objective banks in this objective bank hierarchy.