com.microstrategy.web.beans.ExternalPromptsSource |
This interface represents a prompt source that exists outside of the Intelligence Server.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getPromptsData()
Returns the String representation of a set of prompt questions (and
possibly answers).
| ||||||||||
abstract void |
setPromptsData(String promptsData)
Sets the String representation of a set of prompt questions (and
possible answers).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the String representation of a set of prompt questions (and possibly answers).
Sets the String representation of a set of prompt questions (and possible answers).
promptsData | the prompt questions XML. |
---|