Uses of Interface
org.osid.search.EngineList
Packages that use EngineList
Package
Description
The Open Service Interface Definitions for the org.osid.search
service.
-
Uses of EngineList in org.osid.search
Methods in org.osid.search that return EngineListModifier and TypeMethodDescriptionEngineHierarchySession.getChildEngines(Id engineId) Gets the child engines of the givenid.EngineLookupSession.getEngines()Gets allEngines.EngineSearchResults.getEngines()Gets the engine list resulting from a search.EngineLookupSession.getEnginesByGenusType(Type engineGenusType) Gets anEngineListcorresponding to the given engine genusTypewhich does not include engines of genus types derived from the specifiedType.In plenary mode, the returned list contains all known engines or an error results.EngineLookupSession.getEnginesByIds(IdList engineIds) Gets anEngineListcorresponding to the givenIdList.EngineLookupSession.getEnginesByParentGenusType(Type engineGenusType) Gets anEngineListcorresponding to the given engine genusTypeand include any additional engines with genus types derived from the specifiedType.EngineLookupSession.getEnginesByProvider(Id resourceId) Gets anEngineListfor the given provider.EngineQuerySession.getEnginesByQuery(EngineQuery engineQuery) Gets a list ofEnginesmatching the given engine query.EngineLookupSession.getEnginesByRecordType(Type engineRecordType) Gets anEngineListcontaining the given engine recordType.EngineHierarchySession.getParentEngines(Id engineId) Gets the parent engines of the givenid.EngineHierarchySession.getRootEngines()Gets the root engines in this engine hierarchy.