com.microstrategy.web.objects.WebSubscriptionDeliveryModeEmailProperties |
![]() |
Each subscription is associated with a delivery mode. Each delivery mode
may define specific properties, which are encapsulated by the relevant
WebSubscriptionDeliveryModeProperties
sub-interface.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | getEmailSubject() | ||||||||||
abstract String |
getFileName()
Returns the name of the file that will be delivered when the subscription is executed
| ||||||||||
abstract String |
getSpaceDelimiter()
Returns the space delimiter
| ||||||||||
abstract String |
getZipFileName()
Sets the name of the compressed file associated with this subscription
| ||||||||||
abstract String |
getZipFilePassword()
Returns the password of the compressed file.
| ||||||||||
abstract boolean |
isCompressed()
Returns whether the content that is delivered is compressed or not
| ||||||||||
abstract boolean |
isDataIncluded()
Returns whether the subscription is configured to include 'data'
| ||||||||||
abstract boolean |
isLinkIncluded()
Returns whether the subscription is configured to return a link to the message in the history list
| ||||||||||
abstract boolean |
isOverwriteOlderVersion()
Returns whether the current subscription will overwrite earlier versions of the
same report or document in the history list
| ||||||||||
abstract boolean |
isSendToInbox()
Returns whether the subscription is configured to add the delivered message to history list as well.
| ||||||||||
abstract boolean |
isZipFileProtected()
Returns whether the compressed file is password protected
| ||||||||||
abstract void |
setCompression(boolean isCompressed)
Sets whether the content that is delivered is compressed or not
| ||||||||||
abstract void |
setEmailSubject(String subject)
Sets the email subject associated with this subscription
| ||||||||||
abstract void |
setFileName(String fileName)
Sets the name of the file that will be delivered when the subscription is executed
| ||||||||||
abstract void |
setHistoryLinkURL(String url)
Sets the URL for the link to history list.
| ||||||||||
abstract void |
setHistoryLinkWebServer(String webserver)
This property stores the default web-server location when the user creates a subscription.
| ||||||||||
abstract void |
setIncludeData(boolean value)
Configures whether the subscription should include data in the delivered email.
| ||||||||||
abstract void |
setIncludeLink(boolean value)
Configures whether a link to the history list is included in the delivered subscription
| ||||||||||
abstract void |
setOverwriteOlderVersion(boolean overwrite)
Sets whether the subscription will overwrite earlier versions of the same report
or document in the history list
| ||||||||||
abstract void |
setProtectZipFile(boolean isProtected)
Sets whether the compressed file is password protected.
| ||||||||||
abstract void |
setSendToInbox(boolean value)
Configures whether the subscription adds the message to history list when it is executed
| ||||||||||
abstract void |
setSpaceDelimiter(String spaceDelimiter)
Sets the space delimiter
| ||||||||||
abstract void |
setZipFileName(String fileName)
Returns the name of the compressed file saved in the subscrription
| ||||||||||
abstract void |
setZipFilePassword(String pwd)
Sets the password of the compressed file.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the name of the file that will be delivered when the subscription is executed
Returns the space delimiter
Sets the name of the compressed file associated with this subscription
Returns the password of the compressed file.
Returns whether the content that is delivered is compressed or not
Returns whether the subscription is configured to include 'data'
Returns whether the subscription is configured to return a link to the message in the history list
Returns whether the current subscription will overwrite earlier versions of the same report or document in the history list
Returns whether the subscription is configured to add the delivered message to history list as well.
Returns whether the compressed file is password protected
Sets whether the content that is delivered is compressed or not
Sets the email subject associated with this subscription
subject | The string that should be used as the subject |
---|
Sets the name of the file that will be delivered when the subscription is executed
Sets the URL for the link to history list. This URL should contain macros like {&WEBSERVER}, {&SERVERNAME} etc which are replaced at run-time when the subscription or the delivery notification is sent to the recipient.
This property stores the default web-server location when the user creates a subscription. In a normal execution flow, the web-server location is obtained from a property in the DefaultProjectProperties property set. However if this property is not set, then the default web-server location that is saved along with each subscription is used.
Configures whether the subscription should include data in the delivered email.
Configures whether a link to the history list is included in the delivered subscription
Sets whether the subscription will overwrite earlier versions of the same report or document in the history list
Sets whether the compressed file is password protected.
Configures whether the subscription adds the message to history list when it is executed
Sets the space delimiter
Returns the name of the compressed file saved in the subscrription
Sets the password of the compressed file.