java.lang.Object | ||||
↳ | com.microstrategy.web.transform.AbstractTransform | |||
↳ | com.microstrategy.web.app.transforms.AbstractBasicReportTransform | |||
↳ | com.microstrategy.web.app.transforms.AbstractReportXMLTransform | |||
↳ | com.microstrategy.web.app.transforms.MobilePreambleXMLTransform |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FP_COMPRESSION_VERSION | ||||||||||
String | FP_INCLUDE_MD_PROPERTIES | ||||||||||
String | FP_PAGE_BY_XML | ||||||||||
int | GZIP_COMPRESSION | ||||||||||
int | NO_COMPRESSION |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public FormalParameter | _compressionVersion | ||||||||||
public FormalParameter | _pageByXml | Formal parameter that contains the page by information in the form of an XML. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MobilePreambleXMLTransform() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getDescription() | ||||||||||
TagsFactory |
getTagsFactory()
Convenience method for obtaining an instance of the TagsFactory class.
| ||||||||||
void |
renderXml(MarkupOutput out)
Renders the report's XML.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tag | addAttributeFormToObjectsTag(Tag parentTag, String id, String name, int rfd, String parentObjectId, int baseFormType, boolean isIDForm) | ||||||||||
void | addAttributeFormsToObjectsTag(Tag parentTag, WebTemplateAttribute attTemplateUnit, AbstractSimplifiedReportXMLTransform.RefIDCounter rfdCounter) | ||||||||||
int | getPropSetId(String pSetName) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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>
Convenience method for obtaining an instance of the TagsFactory class.
Tag
instances