Class MessagingProperties
java.lang.Object
com.appiancorp.suiteapi.messaging.MessagingProperties
Contains the values pulled out of messaging.properties. Also contains the keys that should be used
in messaging.properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Long
The default e-mail attachments folder ID (the Temporary Documents folder).static final String
The name of the e-mail attachments folder ID (Temporary Documents by default).static final boolean
Whether JMS is installed (determines whether the Topic is selectable in the Send Message dialog). -
Constructor Summary
-
Method Summary
-
Field Details
-
JMS_INSTALLED
public static final boolean JMS_INSTALLEDWhether JMS is installed (determines whether the Topic is selectable in the Send Message dialog).- See Also:
-
DEFAULT_EMAIL_ATTACHMENT_FOLDER_ID
The default e-mail attachments folder ID (the Temporary Documents folder). -
DEFAULT_EMAIL_ATTACHMENT_FOLDER_NAME
The name of the e-mail attachments folder ID (Temporary Documents by default).
-
-
Constructor Details
-
MessagingProperties
public MessagingProperties()
-