Uses of Interface
org.apache.unomi.api.services.RulesService
- 
Packages that use RulesService Package Description org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.goals org.apache.unomi.services.impl.rules org.apache.unomi.services.impl.segments  - 
- 
Uses of RulesService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type RulesService Modifier and Type Method Description voidRulesServiceEndPoint. setRulesService(RulesService rulesService) - 
Uses of RulesService in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals with parameters of type RulesService Modifier and Type Method Description voidGoalsServiceImpl. setRulesService(RulesService rulesService) - 
Uses of RulesService in org.apache.unomi.services.impl.rules
Classes in org.apache.unomi.services.impl.rules that implement RulesService Modifier and Type Class Description classRulesServiceImpl - 
Uses of RulesService in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments with parameters of type RulesService Modifier and Type Method Description voidSegmentServiceImpl. setRulesService(RulesService rulesService) 
 -