Class RWDelta


  • public class RWDelta
    extends WebXMLBuilder
    This class accumulates RW deltas
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • RWDelta

        public RWDelta()
    • Method Detail

      • startDelta

        public RWDelta startDelta​(int method)
        Creates rw_manipulation and rw_manipulation_method tags.
        Parameters:
        method - the delta's manipulation method
      • endDelta

        public RWDelta endDelta()
        Closes all tags up to the "rw_manipulation" tag
      • hasDeltas

        public boolean hasDeltas()
      • getXml

        public java.lang.String getXml()
        Returns accumulated delta XML
        Returns:
        accumulated delta XML