public final class TransportProperties extends java.lang.Object implements ITransportProperties
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultTransportProvider()
Gets the default transport provider
|
java.util.Locale |
getExternalRecipientsLocale()
Gets the locale to use when composing text sent to external recipients.
|
static TransportProperties |
getInstance()
Gets the singleton instance of
TransportProperties |
long |
getPublishedDocumentTimeToLive()
Gets the time-to-live in milliseconds for published documents.
|
java.lang.String |
getPublishingInfostoreFolder()
Gets the name of the publishing infostore folder.
|
int |
getReferencedPartLimit()
Gets the referencedPartLimit
|
boolean |
isProvideLinksInAttachment()
Checks if publication links shall be provided in "text/html" file attachment named "links.html".
|
boolean |
isPublishOnExceededQuota()
Checks if exceeded attachments shall be published rather than throwing an exceeded-quota exception.
|
boolean |
isPublishPrimaryAccountOnly()
Checks if publishing of email attachments is only enabled for primary account.
|
boolean |
isRemoveMimeVersionInSubParts()
Checks whether to remove "MIME-Version" header from sub-parts.
|
boolean |
isSendAttachmentToExternalRecipients()
Checks if attachments shall be sent to external recipients although quota was exceeded.
|
boolean |
publishedDocumentsExpire()
Determines if published documents should expire.
|
public static TransportProperties getInstance()
TransportPropertiesTransportPropertiespublic int getReferencedPartLimit()
ITransportPropertiesgetReferencedPartLimit in interface ITransportPropertiespublic boolean isRemoveMimeVersionInSubParts()
true to remove "MIME-Version" header from sub-parts; otherwise falsepublic java.lang.String getDefaultTransportProvider()
public java.lang.String getPublishingInfostoreFolder()
public boolean isPublishOnExceededQuota()
true if exceeded attachments shall be published rather than throwing an exceeded-quota exception; otherwise
falsepublic boolean isPublishPrimaryAccountOnly()
true if publishing of email attachments is only enabled for primary account; otherwise falsepublic boolean isSendAttachmentToExternalRecipients()
true if attachments shall be sent to external recipients although quota was exceeded; othjerwise
falsepublic boolean isProvideLinksInAttachment()
true if publication links shall be provided in "text/html" file attachment; otherwise falsepublic long getPublishedDocumentTimeToLive()
public boolean publishedDocumentsExpire()
public java.util.Locale getExternalRecipientsLocale()
null to select user's locale