Interface WebSubscriptionContentDocument

    • Method Detail

      • reprompt

        void reprompt()
               throws 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
        Throws:
        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
        Since:
        MicroStrategy Web 8.0.0
      • isMultiLayout

        boolean isMultiLayout()
                       throws WebObjectsException
        Returns true if the document has multiple layouts. Otherwise returns false
        Throws:
        WebObjectsException
        Since:
        MicroStrategy Web 9.0.0
      • getExportSettings

        com.microstrategy.web.objects.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.
        Throws:
        WebObjectsException
        Since:
        MicroStrategy Web 9.4.1 Hotfix
      • getNodeKeys

        java.util.List<java.lang.String> getNodeKeys()
        Get the node keys of this subscription content.
        Returns:
        the node keys
        Since:
        MicroStrategy Web 11.3.5