Class MessagingProperties

java.lang.Object
com.appiancorp.suiteapi.messaging.MessagingProperties

public class MessagingProperties extends Object
Contains the values pulled out of messaging.properties. Also contains the keys that should be used in messaging.properties.
  • Field Details

    • JMS_INSTALLED

      public static final boolean JMS_INSTALLED
      Whether JMS is installed (determines whether the Topic is selectable in the Send Message dialog).
      See Also:
    • DEFAULT_EMAIL_ATTACHMENT_FOLDER_ID

      public static final Long DEFAULT_EMAIL_ATTACHMENT_FOLDER_ID
      The default e-mail attachments folder ID (the Temporary Documents folder).
    • DEFAULT_EMAIL_ATTACHMENT_FOLDER_NAME

      public static final String DEFAULT_EMAIL_ATTACHMENT_FOLDER_NAME
      The name of the e-mail attachments folder ID (Temporary Documents by default).
  • Constructor Details

    • MessagingProperties

      public MessagingProperties()