Package ch.mobi.mobitor.service.rules
Class DefaultRuleService
- java.lang.Object
-
- ch.mobi.mobitor.service.rules.DefaultRuleService
-
- All Implemented Interfaces:
ch.mobi.mobitor.plugins.api.service.RuleService
@Service public class DefaultRuleService extends Object implements ch.mobi.mobitor.plugins.api.service.RuleService
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleService(List<ch.mobi.mobitor.domain.screen.PipelineRule> pipelineRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateRuleEvaluation(ch.mobi.mobitor.domain.screen.Screen screen, String type)
-
-
-
Constructor Detail
-
DefaultRuleService
@Autowired public DefaultRuleService(List<ch.mobi.mobitor.domain.screen.PipelineRule> pipelineRules)
-
-
Method Detail
-
updateRuleEvaluation
public void updateRuleEvaluation(ch.mobi.mobitor.domain.screen.Screen screen, String type)- Specified by:
updateRuleEvaluationin interfacech.mobi.mobitor.plugins.api.service.RuleService
-
-