Uses of Interface
org.osid.rules.RuleList
Packages that use RuleList
Package
Description
The Open Service Interface Definitions for the org.osid.rules
service.
-
Uses of RuleList in org.osid.rules
Methods in org.osid.rules that return RuleListModifier and TypeMethodDescriptionRuleLookupSession.getRules()Gets allRules.RuleSearchResults.getRules()Gets the rule list resulting from a search.RuleEngineSession.getRulesByEngine(Id engineId) Gets the list ofRulesassociated with anEngine.RuleEngineSession.getRulesByEngines(IdList engineIds) Gets the list ofRulescorresponding to a list ofEngineobjects.RuleLookupSession.getRulesByGenusType(Type ruleGenusType) Gets aRuleListcorresponding to the given rule genusTypewhich does not include rules of genus types derived from the specifiedType.RuleLookupSession.getRulesByIds(IdList ruleIds) Gets aRuleListcorresponding to the givenIdList.RuleLookupSession.getRulesByParentGenusType(Type ruleGenusType) Gets aRuleListcorresponding to the given rule genusTypeand include any additional rules with genus types derived from the specifiedType.RuleQuerySession.getRulesByQuery(RuleQuery ruleQuery) Gets a list ofRulesmatching the given rule query.RuleLookupSession.getRulesByRecordType(Type ruleRecordType) Gets aRuleListcontaining the given repository recordType.