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 void
RulesServiceEndPoint. 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 void
GoalsServiceImpl. 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 class
RulesServiceImpl
-
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 void
SegmentServiceImpl. setRulesService(RulesService rulesService)
-