Interface RWVisitor2

  • All Superinterfaces:
    RWVisitor

    public interface RWVisitor2
    extends RWVisitor
    Enhanced version of the visitor interface.
    Since:
    MicroStrategy Web 8.1.0
    • Method Detail

      • onStart

        void onStart​(RWDefinition definition)
        Called on iteration start
        Parameters:
        definition - document definition
      • onEnd

        void onEnd()
        Called on iteration end
      • onStartSubsection

        void onStartSubsection​(RWSection subsection)
        Called on subsection start
        Parameters:
        subsection - RWSection
      • onEndSubsection

        void onEndSubsection​(RWSection subsection,
                             boolean isBordered)
        Callback denoting end of a subsection. A subsection border occurs between two subsections, or if the subsection is the very last section in the document.
        Parameters:
        subsection - the subsection before the border if it has one.
        isBordered - whether subsection is bordered.