Class EmailModuleProvider


  • public class EmailModuleProvider
    extends java.lang.Object
    Provides access to the email module. This is an internal class that is not to be used and may change at any time.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.concurrent.ConcurrentHashMap<java.lang.String,​EmailModuleDelegate> emailModules
      All email exporters by Mendix instance ID.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EmailModuleDelegate get​(IContext context)
      Returns the email modules for this Mendix runtime server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • emailModules

        public static final java.util.concurrent.ConcurrentHashMap<java.lang.String,​EmailModuleDelegate> emailModules
        All email exporters by Mendix instance ID.
    • Constructor Detail

      • EmailModuleProvider

        public EmailModuleProvider()
    • Method Detail

      • get

        public static EmailModuleDelegate get​(IContext context)
        Returns the email modules for this Mendix runtime server.
        Parameters:
        context - the context to determine the current Mendix runtime server
        Returns:
        the email module