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 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.