java.lang.Object | ||
↳ | com.microstrategy.web.transform.AbstractTransform | |
↳ | com.microstrategy.webservices.DataResultTransform |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected FormalParameter | _baseNode | ||||||||||
protected int | _numHeaders | ||||||||||
protected int | _numRowHeaders | ||||||||||
protected FormalParameter | _outputFormat |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataResultTransform() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FormalParameter |
addFormalParameter(String name, int type, Object defaultValue, String description)
Adds a formal parameter for this transform with the given information
| ||||||||||
String | getDescription() | ||||||||||
Class | getSupportedBeanType() | ||||||||||
TagsFactory |
getTagsFactory()
Convenience method for obtaining an instance of the
TagsFactory class. | ||||||||||
void | transform(Transformable data, MarkupOutput out) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Adds a formal parameter for this transform with the given information
name | the name of the formal parameter |
---|---|
type | the type of the formal parameter, as defined in the FormalParameter constants. |
defaultValue | the default value |
description | Description of the FP, to use by the style catalog. |
Convenience method for obtaining an instance of the TagsFactory
class.
TagsFactory
instance to use for generating
Tag
instances