Uses of Interface
org.osid.resourcing.CompetencyList
Packages that use CompetencyList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
-
Uses of CompetencyList in org.osid.resourcing
Methods in org.osid.resourcing that return CompetencyListModifier and TypeMethodDescriptionCompetencyLookupSession.getCompetencies()Gets allCompetencies.CompetencySearchResults.getCompetencies()Gets the competency list resulting from a search.Job.getCompetencies()Gets the competencies.Work.getCompetencies()Gets the competency.CompetencyFoundrySession.getCompetenciesByFoundries(IdList foundryIds) Gets the list of competencies corresponding to a list ofFoundries.CompetencyFoundrySession.getCompetenciesByFoundry(Id foundryId) Gets the list of competencies associated with aFoundry.CompetencyLookupSession.getCompetenciesByGenusType(Type competencyGenusType) Gets aCompetencyListcorresponding to the given competency genusTypewhich does not include competencies of genus types derived from the specifiedType.In plenary mode, the returned list contains all known competencies or an error results.CompetencyLookupSession.getCompetenciesByIds(IdList competencyIds) Gets aCompetencyListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the competencies 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.CompetencyLookupSession.getCompetenciesByParentGenusType(Type competencyGenusType) Gets aCompetencyListcorresponding to the given competency genusTypeand include any additional competencies with genus types derived from the specifiedType.In plenary mode, the returned list contains all known competencies or an error results.CompetencyQuerySession.getCompetenciesByQuery(CompetencyQuery competencyQuery) Gets a list ofCompetenciesmatching the given competency query.CompetencyLookupSession.getCompetenciesByRecordType(Type competencyRecordType) Gets aCompetencyListcontaining the given competency recordType.In plenary mode, the returned list contains all known competencies or an error results.