java.lang.Object | ||
↳ | com.microstrategy.web.transform.AbstractTransform | |
↳ | com.microstrategy.web.app.transforms.AndroidMessageResultTransform |
Returns basic information about a message.
Similar to @link createMessageResultBlock(WebResultSetInstance)
but adds the android Visualization name as "visName"
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected WebComponent | _bean | Instance of WebComponent being transformed. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AndroidMessageResultTransform() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getDescription() | ||||||||||
Class | getSupportedBeanType() | ||||||||||
void | transform(Transformable bean, MarkupOutput out) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Block | createMessageResultBlock(WebResultSetInstance wrsi) | ||||||||||
AppContext |
getAppContext()
Convenience method that returns the current AppContext.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||
![]()
|
Convenience method that returns the current AppContext. This method might return null if the Transform is used outside Microstrategy Web.
AppContext
instance related with the bean being transformed.