Class AutomationExecutor
java.lang.Object
ch.tocco.nice2.optional.automation.impl.AutomationExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionAutomationExecutor(PersistenceService persistenceService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes an automation for the entities matching the conditionvoidExecutes an automation for set of entitiesvoidsetAutomationTypeExecutor(List<AbstractAutomationTypeExecutor> automationTypeExecutor)
-
Constructor Details
-
AutomationExecutor
-
-
Method Details
-
run
Executes an automation for the entities matching the condition -
run
-
setAutomationTypeExecutor
@Autowired public void setAutomationTypeExecutor(List<AbstractAutomationTypeExecutor> automationTypeExecutor)
-