Uses of Interface
org.osid.rules.EngineList
Packages that use EngineList
Package
Description
The Open Service Interface Definitions for the org.osid.rules
service.
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of EngineList in org.osid.rules
Methods in org.osid.rules 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 anEngineListfrom the given provider.EngineQuerySession.getEnginesByQuery(EngineQuery engineQuery) Gets a list ofEnginesmatching the given search.EngineLookupSession.getEnginesByRecordType(Type engineRecordType) Gets anEngineListcontaining the given repository recordType.RuleEngineSession.getEnginesByRule(Id ruleId) Gets theEngineobjects mapped to aRule.EngineHierarchySession.getParentEngines(Id engineId) Gets the parent engines of the givenid.EngineHierarchySession.getRootEngines()Gets the root engines in this engine hierarchy. -
Uses of EngineList in org.osid.rules.check
Methods in org.osid.rules.check that return EngineListModifier and TypeMethodDescriptionAgendaEngineSession.getEnginesByAgenda(Id agendaId) Gets theEnginesmapped to anAgenda.CheckEngineSession.getEnginesByCheck(Id checkId) Gets theEnginesmapped to aCheck.InstructionEngineSession.getEnginesByInstruction(Id instructionId) Gets theEnginesmapped to anInstruction.