java.lang.Object
org.exoplatform.addons.gamification.service.setting.rule.impl.RuleRegistryImpl
All Implemented Interfaces:
RuleRegistry, org.picocontainer.Startable

public class RuleRegistryImpl extends Object implements org.picocontainer.Startable, RuleRegistry
  • Field Details

  • Constructor Details

    • RuleRegistryImpl

      public RuleRegistryImpl(DomainService domainService)
  • Method Details

    • addPlugin

      public void addPlugin(RuleConfig rule)
      Specified by:
      addPlugin in interface RuleRegistry
    • remove

      public boolean remove(RuleConfig rule)
      Specified by:
      remove in interface RuleRegistry
    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable