Class AutomationExecutor
java.lang.Object
ch.tocco.nice2.optional.automation.impl.AutomationExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Executes an automation for the entities matching the conditionvoid
Executes an automation for set of entitiesvoid
setAfterAutomationLogicExecutor
(List<AfterAutomationLogicExecutor> afterAutomationLogicExecutor) void
setAutomationTypeExecutor
(List<AutomationTypeExecutor> automationTypeExecutor)
-
Constructor Details
-
AutomationExecutor
-
-
Method Details
-
run
Executes an automation for the entities matching the condition -
run
Executes an automation for set of entities -
setAutomationTypeExecutor
@Autowired public void setAutomationTypeExecutor(List<AutomationTypeExecutor> automationTypeExecutor) -
setAfterAutomationLogicExecutor
@Autowired public void setAfterAutomationLogicExecutor(List<AfterAutomationLogicExecutor> afterAutomationLogicExecutor)
-