Class AutomationExecutor
java.lang.Object
ch.tocco.nice2.optional.automation.impl.AutomationExecutor
- 
Constructor SummaryConstructorsConstructorDescriptionAutomationExecutor(PersistenceService persistenceService, SecurityManager securityManager) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidExecutes an automation for the entities matching the conditionvoidExecutes an automation for set of entitiesvoidsetAfterAutomationLogicExecutor(List<AfterAutomationLogicExecutor> afterAutomationLogicExecutor) voidsetAutomationTypeExecutor(List<AutomationTypeExecutor> automationTypeExecutor) 
- 
Constructor Details- 
AutomationExecutor
 
- 
- 
Method Details- 
runExecutes an automation for the entities matching the condition
- 
runExecutes an automation for set of entities
- 
setAutomationTypeExecutor@Autowired public void setAutomationTypeExecutor(List<AutomationTypeExecutor> automationTypeExecutor) 
- 
setAfterAutomationLogicExecutor@Autowired public void setAfterAutomationLogicExecutor(List<AfterAutomationLogicExecutor> afterAutomationLogicExecutor) 
 
-