Uses of Interface
org.osid.learning.ProficiencyQuery
Packages that use ProficiencyQuery
Package
Description
The Open Service Interface Definitions for the org.osid.learning
service.
-
Uses of ProficiencyQuery in org.osid.learning
Methods in org.osid.learning that return ProficiencyQueryModifier and TypeMethodDescriptionProficiencyQuerySession.getProficiencyQuery()Gets a proficiency query.ProficiencySmartObjectiveBankSession.getProficiencyQuery()Gets a proficiency query.ProficiencySearchSession.getProficiencyQueryFromInspector(ProficiencyQueryInspector proficiencyQueryInspector) Gets a proficiency query from an inspector.ProficiencySmartObjectiveBankSession.getProficiencyQueryFromInspector(ProficiencyQueryInspector proficiencyQueryInspector) Gets a proficiency query from an inspector.Methods in org.osid.learning with parameters of type ProficiencyQueryModifier and TypeMethodDescriptionvoidProficiencySmartObjectiveBankSession.applyProficiencyQuery(ProficiencyQuery proficiencyQuery) Applies a proficiency query to this objective bank.ProficiencyQuerySession.getProficienciesByQuery(ProficiencyQuery proficiencyQuery) Gets a list ofProficienciesmatching the given proficiency query.ProficiencySearchSession.getProficienciesBySearch(ProficiencyQuery proficiencyQuery, ProficiencySearch proficiencySearch) Gets the search results matching the given search query using the given search.