Class MobileDataXMLTransform

    • Field Detail

      • FP_CHUNK_ROW_LIMIT

        public static final java.lang.String FP_CHUNK_ROW_LIMIT
        See Also:
        Constant Field Values
      • _sendRawValues

        public FormalParameter _sendRawValues
        Since:
        MicroStrategy Web 9.0.0
      • FP_SEND_RAW_VALUES

        public static final java.lang.String FP_SEND_RAW_VALUES
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • FP_COMPRESSION_VERSION

        public static final java.lang.String FP_COMPRESSION_VERSION
        See Also:
        Constant Field Values
      • _pageByXml

        public FormalParameter _pageByXml
        Formal parameter that contains the page by information in the form of an XML. When this formal parameter is set, this information is also included in the output of the transform. Also, the rows are re-ordered such that the rows corresponding to the current page by elements are rendered first and then the rest of the rows The XML structure is as follows
        <pageby cn="2">
          <pageByUnit id="" unitName="" type="" pos="1" ceid="" cename=""/>
          <pageByUnit id="" unitName="" type="" pos="1" ceid="" cename=""/>
          ...
        </pageby>
      • FP_INCLUDE_MD_PROPERTIES

        public static final java.lang.String FP_INCLUDE_MD_PROPERTIES
        See Also:
        Constant Field Values
    • Constructor Detail

      • MobileDataXMLTransform

        public MobileDataXMLTransform()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Transform
        Returns a textual description of the transform.
        Returns:
        The textual description of the transform.
      • addAttributeFormsToObjectsTag

        protected void addAttributeFormsToObjectsTag​(Tag parentTag,
                                                     WebTemplateAttribute attTemplateUnit,
                                                     com.microstrategy.web.app.transforms.AbstractSimplifiedReportXMLTransform.RefIDCounter rfdCounter)
      • addAttributeFormToObjectsTag

        protected Tag addAttributeFormToObjectsTag​(Tag parentTag,
                                                   java.lang.String id,
                                                   java.lang.String name,
                                                   int rfd,
                                                   java.lang.String parentObjectId,
                                                   int baseFormType,
                                                   boolean isIDForm)
      • getTagsFactory

        public TagsFactory getTagsFactory()
        Convenience method for obtaining an instance of the TagsFactory class.
        Returns:
        a TagsFactory instance to use for generating Tag instances
      • getPropSetId

        protected int getPropSetId​(java.lang.String pSetName)