com.microstrategy.web.objects.WebSubscriptionContentDocument |
This interface extends WebSubscriptionContent
and represents a content wrapper
for a document.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract RWExportSettingsImpl |
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 document that this object represents | ||||||||||
abstract boolean |
isMultiLayout()
Returns
true if the document has multiple layouts. | ||||||||||
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
RWInstance or WebDocumentInstance
By default, we will close the answers. |
[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 document that this object represents
WebObjectInfo
of the document that this object representsWebObjectsException |
---|
Returns true
if the document has multiple layouts. Otherwise
returns false
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 document 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 document 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 RWInstance
or WebDocumentInstance
By default, we will close the answers. Note that this flag will only take effect if the underlying RWInstance
or
WebDocumentInstance
has not yet been created.
WebObjectsException | |
WebObjectsException |