com.microstrategy.web.objects.WebSubscriptionDeliveryModeFTPProperties |
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 |
getFileName()
Retrieves the name of the file that is set using
setFileName(String) | ||||||||||
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 |
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 |
setFileName(String name)
Sets the name of the file that should be created when this subscription gets triggered
| ||||||||||
abstract void |
setProtectZipFile(boolean isProtected)
Sets whether the compressed file is password protected.
| ||||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Retrieves the name of the file that is set using setFileName(String)
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 compressed file is password protected
Sets whether the content that is delivered is compressed or not
Sets the name of the file that should be created when this subscription gets triggered
name | name of the file |
---|
Sets whether the compressed file is password protected.
Sets the space delimiter
Returns the name of the compressed file saved in the subscrription
Sets the password of the compressed file.