Class DefaultRuleService

  • All Implemented Interfaces:
    ch.mobi.mobitor.plugins.api.service.RuleService

    @Service
    public class DefaultRuleService
    extends java.lang.Object
    implements ch.mobi.mobitor.plugins.api.service.RuleService
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultRuleService​(java.util.List<ch.mobi.mobitor.domain.screen.PipelineRule> pipelineRules)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateRuleEvaluation​(ch.mobi.mobitor.domain.screen.Screen screen, java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultRuleService

        @Autowired
        public DefaultRuleService​(java.util.List<ch.mobi.mobitor.domain.screen.PipelineRule> pipelineRules)
    • Method Detail

      • updateRuleEvaluation

        public void updateRuleEvaluation​(ch.mobi.mobitor.domain.screen.Screen screen,
                                         java.lang.String type)
        Specified by:
        updateRuleEvaluation in interface ch.mobi.mobitor.plugins.api.service.RuleService