Uses of Interface
ch.ivyteam.ivy.security.IEMailNotificationSettings
-
Packages that use IEMailNotificationSettings Package Description ch.ivyteam.ivy.application Defines the Axon.ivy application configuration subsystem with interfaces forIApplication
,IProcessModel
,IProcessModelVersion
.ch.ivyteam.ivy.security -
-
Uses of IEMailNotificationSettings in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return IEMailNotificationSettings Modifier and Type Method Description IEMailNotificationSettings
IApplication. getDefaultEMailNotifcationSettings()
Gets the default email notification settings of this application.Methods in ch.ivyteam.ivy.application with parameters of type IEMailNotificationSettings Modifier and Type Method Description void
IApplication. setDefaultEMailNotifcationSettings(IEMailNotificationSettings settings)
Sets the default email notification settings of this application. -
Uses of IEMailNotificationSettings in ch.ivyteam.ivy.security
Subinterfaces of IEMailNotificationSettings in ch.ivyteam.ivy.security Modifier and Type Interface Description interface
IUserEMailNotificationSettings
The email notification settings for anIUser
.
-