Package | Description |
---|---|
org.osid.search |
The Open Service Interface Definitions for the org.osid.search
service.
|
Modifier and Type | Method and Description |
---|---|
EngineList |
EngineHierarchySession.getChildEngines(Id engineId)
Gets the child engines of the given
id. |
EngineList |
EngineLookupSession.getEngines()
Gets all
Engines. |
EngineList |
EngineSearchResults.getEngines()
Gets the engine list resulting from a search.
|
EngineList |
EngineLookupSession.getEnginesByGenusType(Type engineGenusType)
Gets an
EngineList corresponding to the given engine
genus Type which does not include engines of genus
types derived from the specified Type. |
EngineList |
EngineLookupSession.getEnginesByIds(IdList engineIds)
Gets an
EngineList corresponding to the given
IdList. |
EngineList |
EngineLookupSession.getEnginesByParentGenusType(Type engineGenusType)
Gets an
EngineList corresponding to the given engine
genus Type and include any additional engines with
genus types derived from the specified Type. |
EngineList |
EngineLookupSession.getEnginesByProvider(Id resourceId)
Gets an
EngineList for the given provider . |
EngineList |
EngineQuerySession.getEnginesByQuery(EngineQuery engineQuery)
Gets a list of
Engines matching the given engine query. |
EngineList |
EngineLookupSession.getEnginesByRecordType(Type engineRecordType)
Gets an
EngineList containing the given engine record
Type. |
EngineList |
EngineHierarchySession.getParentEngines(Id engineId)
Gets the parent engines of the given
id. |
EngineList |
EngineHierarchySession.getRootEngines()
Gets the root engines in this engine hierarchy.
|