Uses of Interface
com.netgrif.application.engine.mail.interfaces.IMailService
- 
- 
Uses of IMailService in com.netgrif.application.engine.configuration
Methods in com.netgrif.application.engine.configuration that return IMailService Modifier and Type Method Description IMailServiceMailConfiguration. mailService(org.springframework.mail.javamail.JavaMailSender mailSender) - 
Uses of IMailService in com.netgrif.application.engine.configuration.drools
Constructors in com.netgrif.application.engine.configuration.drools with parameters of type IMailService Constructor Description RuleEngineGlobalsProvider(IRuleEvaluationScheduleService ruleEvaluationScheduleService, IWorkflowService workflowService, ITaskService taskService, IElasticCaseService elasticCaseService, IElasticTaskService elasticTaskService, IDataService dataService, IMailService mailService, IUserService userService, FactRepository factRepository) - 
Uses of IMailService in com.netgrif.application.engine.mail
Classes in com.netgrif.application.engine.mail that implement IMailService Modifier and Type Class Description classMailService - 
Uses of IMailService in com.netgrif.application.engine.orgstructure.groups
Fields in com.netgrif.application.engine.orgstructure.groups declared as IMailService Modifier and Type Field Description protected IMailServiceNextGroupService. mailService - 
Uses of IMailService in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action that return IMailService Modifier and Type Method Description IMailServiceActionDelegate. getMailService()Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type IMailService Modifier and Type Method Description voidActionDelegate. setMailService(IMailService value) 
 -