java.lang.Object | ||
↳ | com.microstrategy.utils.serialization.AbstractPersistable | |
↳ | com.microstrategy.web.objects.WebIServerSubscriptionDeliveryModeMobilePropertiesImpl |
![]() |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected HashList | propsMap |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Object | clone() | ||||||||||
String |
getContactSecurity()
Returns whether use Contact Security for each contact group member
| ||||||||||
int |
getExecutionFlags()
Gets the execution flags that have been set to be used when the history list subscription
is run.
| ||||||||||
String |
getExpiration()
Returns the expiration date of the subscription
| ||||||||||
String | getFileName() | ||||||||||
String |
getMessageTitle()
Get the message title for the mobile alerts
| ||||||||||
String |
getMobileAppDeviceId()
Get the mobile target application for the mobile subscription.
| ||||||||||
String |
getMobileAppId()
Get the mobile application ID for the mobile subscription.
| ||||||||||
int |
getMobileClientType()
Get the mobile client type for the mobile subscription
| ||||||||||
int | getMode() | ||||||||||
String | getZipFileName() | ||||||||||
String | getZipFilePassword() | ||||||||||
boolean | isCompressed() | ||||||||||
boolean |
isDoNotCreateUpdateCaches()
Returns whether the subscription will use a existing cache
| ||||||||||
boolean |
isOverwriteOlderVersion()
Returns whether the current subscription will overwrite earlier versions of the
same report or document in the history list
| ||||||||||
boolean |
isReRunHL()
Returns whether the subscription will re-run against warehouse
| ||||||||||
boolean | isZipFileProtected() | ||||||||||
void | setCompression(boolean isCompressed) | ||||||||||
void |
setContactSecurity(String useContSec)
Sets whether use Contact Security for each contact group member
| ||||||||||
void |
setDoNotCreateUpdateCaches(boolean notCreateUpdateCache)
Sets whether the subscription will use a existing cache
| ||||||||||
void |
setExecutionFlags(int flags)
Sets the execution flags to be used when the history list subscription is run.
| ||||||||||
void |
setExpiration(String expiration)
Sets the expiration date of the subscription
| ||||||||||
void | setFileName(String name) | ||||||||||
void |
setMessageTitle(String title)
Set the message title for mobile alerts
| ||||||||||
void |
setMobileAppDeviceId(String mobileAppDeviceId)
Set the mobile target application for the mobile subscription.
| ||||||||||
void |
setMobileAppId(String mobileAppId)
Set the mobile application ID for the mobile subscription.
| ||||||||||
void |
setMobileClientType(int mobileClientType)
Set the mobile client type for the mobile subscription
| ||||||||||
void |
setOverwriteOlderVersion(boolean overwrite)
Sets whether the subscription will overwrite earlier versions of the same report
or document in the history list
| ||||||||||
void | setProtectZipFile(boolean protect) | ||||||||||
void |
setReRunHL(boolean ReRunHL)
Sets whether the subscription will re-run against warehouse
| ||||||||||
void | setZipFileName(String fileName) | ||||||||||
void | setZipFilePassword(String pwd) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | getBooleanValue(String propName) | ||||||||||
int | getIntValue(String propName) | ||||||||||
String | getStringValue(String propName) | ||||||||||
void | saveXMLState(WebXMLBuilder builder, int howMuchState) | ||||||||||
void | saveXMLState(StringBuffer buf, int howMuchState) | ||||||||||
void | setBooleanValue(String propName, boolean propValue) | ||||||||||
void | setIntValue(String prop, int value) | ||||||||||
void | setStringValue(String prop, String value) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns whether use Contact Security for each contact group member
Gets the execution flags that have been set to be used when the history list subscription
is run. Please see setExecutionFlags(int)
for mode details.
Returns the expiration date of the subscription
Get the message title for the mobile alerts
Get the mobile target application for the mobile subscription.
This is a device ID from the list of mobile devices
Get the mobile application ID for the mobile subscription.
Get the mobile client type for the mobile subscription
Returns whether the subscription will use a existing cache
Returns whether the current subscription will overwrite earlier versions of the same report or document in the history list
Returns whether the subscription will re-run against warehouse
Sets whether use Contact Security for each contact group member
Sets whether the subscription will use a existing cache
Sets the execution flags to be used when the history list subscription is run.
If the subscription is to a report object, then use the execution flags from EnumDSSXMLExecutionFlags
.
If the subscription is to a document, then use the execution flags from EnumDSSXMLDocExecutionFlags
.
Sets the expiration date of the subscription
Set the message title for mobile alerts
Set the mobile target application for the mobile subscription.
This is a device ID from the list of mobile devices
mobileAppDeviceId | the mobile target application for the mobile subscription |
---|
Set the mobile application ID for the mobile subscription.
mobileAppId | the mobile application ID for the mobile subscription |
---|
Set the mobile client type for the mobile subscription
mobileClientType | int from com.microstrategy.webapi.EnumDSSXMLMobileSubscriptionClientType |
---|
Sets whether the subscription will overwrite earlier versions of the same report or document in the history list
Sets whether the subscription will re-run against warehouse