Package com.microstrategy.web.beans
Interface ExternalPromptsSource
- 
- All Superinterfaces:
 PromptsSource
public interface ExternalPromptsSource extends PromptsSource
This interface represents a prompt source that exists outside of the Intelligence Server.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPromptsData()Returns the String representation of a set of prompt questions (and possibly answers).voidsetPromptsData(java.lang.String promptsData)Sets the String representation of a set of prompt questions (and possible answers).- 
Methods inherited from interface com.microstrategy.web.beans.PromptsSource
getType, getWebPrompts 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPromptsData
java.lang.String getPromptsData()
Returns the String representation of a set of prompt questions (and possibly answers).- Returns:
 - the prompt questions XML.
 
 
- 
setPromptsData
void setPromptsData(java.lang.String promptsData)
Sets the String representation of a set of prompt questions (and possible answers).- Parameters:
 promptsData- the prompt questions XML.
 
 - 
 
 -