Class AutomationExecutor

java.lang.Object
ch.tocco.nice2.optional.automation.impl.AutomationExecutor

@Component public class AutomationExecutor extends Object
  • Constructor Details

  • Method Details

    • run

      public void run(Entity automation)
      Executes an automation for the entities matching the condition
    • run

      public void run(Entity automation, Set<Entity> entities)
      Executes an automation for set of entities
    • setAutomationTypeExecutor

      @Autowired public void setAutomationTypeExecutor(List<AutomationTypeExecutor> automationTypeExecutor)
    • setAfterAutomationLogicExecutor

      @Autowired public void setAfterAutomationLogicExecutor(List<AfterAutomationLogicExecutor> afterAutomationLogicExecutor)