com.microstrategy.web.objects.WebSubscriptionContentReport |
This interface extends WebSubscriptionContent
and represents a content wrapper
for a report.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | getDeltaXML() | ||||||||||
abstract WebReportExportSettingsImpl |
getExportSettings()
This needs to be used to set Mode in case of File Bursting.As without setting the mode the backend fails the subscription
| ||||||||||
abstract WebPrompts |
getPrompts()
Returns the prompts collection that is determined by the content that is set
| ||||||||||
abstract WebObjectInfo |
getTarget()
Returns the
WebObjectInfo of the report that this object represents | ||||||||||
abstract WebTemplate |
getTemplate()
Returns the
WebTemplate for the report that the subscriptions is based on. | ||||||||||
abstract WebWorkingSet |
getWorkingSet()
Returns the
WebWorkingSet for the report that the subscription is based on. | ||||||||||
abstract boolean |
isResolved()
Returns a boolean indicating whether all the prompts have been resolved
| ||||||||||
abstract void |
reprompt()
Reopens the prompts if they have already been answered.
| ||||||||||
abstract void |
setKeepAnswersOpen()
Sets whether we should keep the prompt answers open while creating the underlying
WebReportInstance . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This needs to be used to set Mode in case of File Bursting.As without setting the mode the backend fails the subscription
WebObjectsException |
Returns the prompts collection that is determined by the content that is set
WebPrompts
collection for the content setWebObjectsException |
---|
Returns the WebObjectInfo
of the report that this object represents
WebObjectInfo
of the report that this object representsWebObjectsException |
---|
Returns the WebTemplate
for the report that the subscriptions is based on.
WebTemplate
for the report that the subscriptions is based on.WebObjectsException | |
WebObjectsException |
Returns the WebWorkingSet
for the report that the subscription is based on.
WebWorkingSet
for the report that the subscription is based on.WebObjectsException | |
WebObjectsException |
Returns a boolean indicating whether all the prompts have been resolved
WebObjectsException |
---|
Reopens the prompts if they have already been answered. The underlying report instance needs to be in a result status for this to take effect. If the status is not result, then a WebObjectsException is thrown
WebObjectsException | thrown if the underlying report instance is not in a ready status or if there is any other error while trying to reload the prompts |
---|
Sets whether we should keep the prompt answers open while creating the underlying WebReportInstance
.
By default, we will close the answers. Note that this flag will only take effect if the underlying WebReportInstance
has not yet been created.
WebObjectsException | |
WebObjectsException |