Class DocumentDetailsTransform
- java.lang.Object
-
- com.microstrategy.web.transform.AbstractTransform
-
- com.microstrategy.web.transform.AbstractLayoutTransform
-
- com.microstrategy.web.app.transforms.AbstractAppTransform
-
- com.microstrategy.web.app.transforms.AbstractWebBeanTransform
-
- com.microstrategy.web.app.transforms.AbstractDocumentTransform
-
- com.microstrategy.web.app.transforms.DocumentDetailsTransform
-
- All Implemented Interfaces:
AppTransform
,Transform
public class DocumentDetailsTransform extends AbstractDocumentTransform
Deprecated.UseDocumentDetailsXHTMLTransform
instead.This transform is used to show details of a document. It has details like document name, report path and some other things. It also has details about all the constituent reports in the document.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
AbstractAppTransform.Context
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
cssDocumentNameProperty
Deprecated.protected java.lang.String
cssDocumentNameTable
Deprecated.protected java.lang.String
cssDocumentNameValue
Deprecated.protected java.lang.String
cssDocumentPropertyName
Deprecated.protected java.lang.String
cssDocumentPropertyValue
Deprecated.FormalParameter
documentPathStyle
Deprecated.The name of the style used to show the document path.static java.lang.String
FP_DOCUMENT_PATH_STYLE
Deprecated.static java.lang.String
FP_IS_DATA_SET_PARAMETER
Deprecated.static java.lang.String
FP_REPORT_DETAIL_STYLE
Deprecated.static java.lang.String
FP_SHOW_DOCUMENT_MESSAGE
Deprecated.static java.lang.String
FP_SHOW_DOCUMENT_NAME
Deprecated.static java.lang.String
FP_SHOW_DOCUMENT_PATH
Deprecated.static java.lang.String
FP_SHOW_HR1
Deprecated.static java.lang.String
FP_SHOW_HR2
Deprecated.static java.lang.String
FP_SHOW_PARENT_FOLDER
Deprecated.static java.lang.String
FP_SHOW_SERVER_NAME
Deprecated.FormalParameter
isDataSetParameter
Deprecated.FormalParameter
reportDetailsStyle
Deprecated.The name of the style used to show the report details for each of the reports in the document.FormalParameter
showDocumentMessage
Deprecated.This is the flag which we use to decide if we need to show document MessageID on the document details page.FormalParameter
showDocumentName
Deprecated.This is the flag which we use to decide if we need to show the document name on the document details page.FormalParameter
showDocumentPath
Deprecated.This is the flag which we use to decide if we need to show the document path (yahoo path) on the document details page.FormalParameter
showHR1
Deprecated.This is the flag which we use to decide if we need to show a horizontal line before the document MessageID on the document details page.FormalParameter
showHR2
Deprecated.This is the flag which we use to decide if we need to show a horizontal line after the document MessageID on the document details page.FormalParameter
showParentFolder
Deprecated.This is the flag which we use to decide if we need to show the name of the document parent folder on the document details page.FormalParameter
showServerName
Deprecated.This is the flag which we use to decide if we need to show the name of the Intelligent Server on the document details page.-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractDocumentTransform
imgError
-
Fields inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
_bean, _componentBlock, _cssPrefix, _imgBlank, _imgWait, _selfOutput, _subOutput, appliesTo, CLASS_INPUT, CLASS_MESSAGE, contextMenus, cssFile, cssPrefix, debugErrorFlags, debugFlags, dragMode, extraInput, extraUrl, FP_APPLIES_TO, FP_CONTEXT_MENUS, FP_CSS_ERROR_MESSAGE, FP_CSS_ERROR_TITLE, FP_CSS_FILE, FP_CSS_PREFIX, FP_DEBUG_ERROR_FLAGS, FP_DEBUG_FLAGS, FP_DRAG_MODE, FP_EXTRA_INPUT, FP_EXTRA_URL, FP_HEIGHT, FP_IFRAME_ENABLED, FP_IMG_WAIT, FP_INITIAL_INDENT, FP_ORIENTATION, FP_ORIENTATIONS_ALLOWED, FP_PARTIAL_IFRAME_UPDATE, FP_PROCESSING_BUTTONS_FLAGS, FP_PROCESSING_INFO_FLAGS, FP_RESIZE_LEVEL, FP_SCRIPT_CLASS, FP_TYPE, FP_USE_DHTML, FP_WIDTH, globalCssErrorMessage, globalCssErrorTitle, height, iframeEnabled, imgWait, indent, initialIndent, isDHTML, orientation, orientationsAllowed, partialIframeUpdate, PROCESSING_BUTTONS_ALL, PROCESSING_BUTTONS_CANCEL, PROCESSING_BUTTONS_HISTORY_LIST, PROCESSING_BUTTONS_REFRESH, PROCESSING_BUTTONS_VIEW_DETAILS, PROCESSING_INFO_ALL, PROCESSING_INFO_DESCRIPTION, PROCESSING_INFO_LAST_UPDATE, PROCESSING_INFO_NAME, PROCESSING_INFO_NONE, PROCESSING_INFO_STATUS, processingButtonsFlags, processingInfoFlags, RESIZE_ALL, RESIZE_HORIZONTAL, RESIZE_NONE, RESIZE_VERTICAL, resizeLevel, scriptClass, scriptEndTagEncoder, type, useDHTML, width
-
-
Constructor Summary
Constructors Constructor Description DocumentDetailsTransform()
Deprecated.Default no argument constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
canTransform(Transformable data)
Deprecated.Overrides canTransform by returning always true.protected AnchorTag
generateAnchor(WebEvent event)
Deprecated.Overwrites the parent method by setting the iframe property according to the properties of this transformjava.lang.String
getDatasetStatus(WebMessage message)
Deprecated.Render the status of the message.java.lang.String
getDescription()
Deprecated.Returns the description of this transform.protected WebEvent
getExecuteEvent(WebDocumentMessage message)
Deprecated.Returns an event to run the document.java.lang.Class
getSupportedBeanType()
Deprecated.Returns the supported bean type for the transform.void
initializeCss()
Deprecated.Initialize the css classes to be used by this transform.void
renderChildrenDetails(MarkupOutput out)
Deprecated.Renders the details for each of the chidlren reports for this document.void
renderDataSetFinishTime(MarkupOutput out, WebMessage wm)
Deprecated.Renders the finish time information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetID(MarkupOutput out, WebMessage wm)
Deprecated.Renders the identifier information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetMessageCreated(MarkupOutput out, WebMessage wm)
Deprecated.Renders the message created information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetMessageID(MarkupOutput out, WebMessage wm)
Deprecated.Renders the message identifier information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetMessageUpdated(MarkupOutput out, WebMessage wm)
Deprecated.Renders the message updated information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetOwner(MarkupOutput out, WebMessage wm)
Deprecated.Renders the owner information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetStartTime(MarkupOutput out, WebMessage wm)
Deprecated.Renders the start time information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderDataSetStatus(MarkupOutput out, WebMessage wm)
Deprecated.Renders the status information for theWebMessage
of the data set child instance of theRWBean
being transformed.void
renderMessage(MarkupOutput out)
Deprecated.Renders the MessageId for this document.void
renderName(MarkupOutput out)
Deprecated.Renders the name of the document.void
renderParentName(MarkupOutput out)
Deprecated.Renders the name of the parent folder of this document.void
renderPath(MarkupOutput out)
Deprecated.Renders the yahoo path for this document.void
renderReportName(MarkupOutput out, WebMessage wm)
Deprecated.void
renderServerName(MarkupOutput out)
Deprecated.Renders the name of the ISERVER name on which this document is run.void
transformForRequestInError(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is in "Error".void
transformForRequestProcessing(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is in "processing" (ie the report is still executing).void
transformForRequestSuccessful(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is "Successfull".void
transformForRequestWaitingForUserInput(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is in "waiting for user input (prompts)".-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractDocumentTransform
getCancelEvent, getContinueEvent, getDocumentBean, getDocumentStatus, getErrorMessage, getErrorMessageFromMSTRDocumentException, getErrorTitle, getHistoryListEvent, getInboxSource, getJobExpiredMessage, getReexecuteButtonDescription, getRefreshEvent, getWebReexecuteEvent, initializeImages, initializeTransform, renderErrorButtons, renderErrorInfo, renderHistoryListButton, renderImage, renderProcessingButtons, renderProcessingInfo, renderProcessingInfoDetails, setWebReexecuteEventArguments, transformForRequestNotInited
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractWebBeanTransform
generateErrorForIframe, getReexcuteEventFromBean, getTaskProcessorBaseURL, renderJobExpiredSection
-
Methods inherited from class com.microstrategy.web.app.transforms.AbstractAppTransform
addContactInfo, addDynamicScriptClass, addDynamicScriptFile, addFormalParameter, checkLevel, checkProcessingButtonsFlag, checkProcessingInfoFlag, checkStatus, displayError, displayError, displayError, emptyCell, excludeStaticTags, generateAnchorForExport, generateHiddenInputsForEvent, generateIFrameTag, getAppContext, getArgumentName, getAttributesShellDiv, getBeanPath, getBoneId, getClientSideHelper, getContainerServices, getContext, getContextMenu, getContextMenuManager, getContextMenuManagerName, getContextMenusDefinition, getCssPrefix, getDateFormat, getDebugOut, getDescriptor, getDescriptor, getDescriptor, getDescriptor, getDisplayMode, getDisplayName, getErrorMessage, getErrorTitle, getEventManager, getFirstDayOfWeek, getFloatValue, getHelpPath, getID, getIntValue, getJSNameSpace, getLayoutContext, getLocale, getLocale, getPreferenceValue, getProjectID, getRequestKeys, getResourcesFolder, getScriptClass, getStringValue, getStyleRequestContext, getStyleShellDiv, getTagsFactory, getTimeFormat, getUnitsLabel, getWebBeanErrorInfo, hasSubBlock, initHeightAndWidthFromPreferences, initializeWebComponent, is508, isBlockMode, isContextMenusEnabled, isDhtml, isDialog, isDormant, isFeatureAvailable, isIFrameDisplayMode, isIFrameEnabled, isIFrameRequest, isJobExpired, isModal, isOpen, isPortlet, isTrue, localIsIFrameDisplayMode, newContext, newHiddenInputBuilder, newNamespaceEncoder, newURIBuilder, redirectToDisplayError, renderBean, renderBean, renderBean, renderBean, renderCancelButton, renderContextMenus, renderCssLink, renderDescriptor, renderDescriptor, renderErrorButton, renderHiddenInputFromRequest, renderLayout, renderProcessingButton, renderProcessingButton, renderProcessingButton, renderProcessingButtonForGet, renderProcessingButtonForGet, renderProcessingInfoData, renderProcessingInfoImage, renderProcessingInfoSubtitle, renderProcessingInfoTitle, renderProcessingObjectName, renderRefreshButton, renderRegisterBone, renderSelf, renderShell, renderSubBlock, renderUserHelpAnchor, setBoneProperties, setDisplayMode, setHasSubBlock, setHeight, setIFrameDisplayMode, setIsDormant, setRenderSubBlock, setShellAttributeOnClosedComponent, setWidth, shouldDisplay, transform, transformForRequestCanceled
-
Methods inherited from class com.microstrategy.web.transform.AbstractLayoutTransform
getLayoutDefinition, setLayoutDefinition, transformUsingLayout
-
Methods inherited from class com.microstrategy.web.transform.AbstractTransform
addFormalParam, getEvents, getFormalParams, getPreview, isPreviewAvailable, isResolved, removeFormalParam, setAnnotation, setDeprecated, supports, supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.transform.Transform
getFormalParams, getPreview, isPreviewAvailable, isResolved, supports, supports
-
-
-
-
Field Detail
-
showDocumentName
public FormalParameter showDocumentName
Deprecated.This is the flag which we use to decide if we need to show the document name on the document details page.
-
showParentFolder
public FormalParameter showParentFolder
Deprecated.This is the flag which we use to decide if we need to show the name of the document parent folder on the document details page.
-
showServerName
public FormalParameter showServerName
Deprecated.This is the flag which we use to decide if we need to show the name of the Intelligent Server on the document details page.
-
showDocumentPath
public FormalParameter showDocumentPath
Deprecated.This is the flag which we use to decide if we need to show the document path (yahoo path) on the document details page.
-
showDocumentMessage
public FormalParameter showDocumentMessage
Deprecated.This is the flag which we use to decide if we need to show document MessageID on the document details page.
-
showHR1
public FormalParameter showHR1
Deprecated.This is the flag which we use to decide if we need to show a horizontal line before the document MessageID on the document details page.
-
showHR2
public FormalParameter showHR2
Deprecated.This is the flag which we use to decide if we need to show a horizontal line after the document MessageID on the document details page.
-
reportDetailsStyle
public FormalParameter reportDetailsStyle
Deprecated.The name of the style used to show the report details for each of the reports in the document.
This style has to be present in the style catalog and it must be able to transform a report bean. It also has to match one of the styles specified in the page config file for this page.
-
documentPathStyle
public FormalParameter documentPathStyle
Deprecated.The name of the style used to show the document path.
This style has to be present in the style catalog. This formal parameter has no significance if the formal parameter used to show the document path is set to false.
-
isDataSetParameter
public FormalParameter isDataSetParameter
Deprecated.The name of the formal parameter on thereportDetailsStyle
style to use for displaying the children of the document.
This formal parameter is used for indicating thereportDetailsStyle
style that the object which information is to be rendered is a data set object, not a report bean. The formal parameter name specified here should correspond to a boolean formal parameter.- Since:
- MicroStrategy Web 7.5.0
-
cssDocumentNameTable
protected java.lang.String cssDocumentNameTable
Deprecated.
-
cssDocumentNameProperty
protected java.lang.String cssDocumentNameProperty
Deprecated.
-
cssDocumentNameValue
protected java.lang.String cssDocumentNameValue
Deprecated.
-
cssDocumentPropertyName
protected java.lang.String cssDocumentPropertyName
Deprecated.
-
cssDocumentPropertyValue
protected java.lang.String cssDocumentPropertyValue
Deprecated.
-
FP_SHOW_DOCUMENT_NAME
public static final java.lang.String FP_SHOW_DOCUMENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
FP_SHOW_PARENT_FOLDER
public static final java.lang.String FP_SHOW_PARENT_FOLDER
Deprecated.- See Also:
- Constant Field Values
-
FP_SHOW_SERVER_NAME
public static final java.lang.String FP_SHOW_SERVER_NAME
Deprecated.- See Also:
- Constant Field Values
-
FP_SHOW_DOCUMENT_PATH
public static final java.lang.String FP_SHOW_DOCUMENT_PATH
Deprecated.- See Also:
- Constant Field Values
-
FP_SHOW_DOCUMENT_MESSAGE
public static final java.lang.String FP_SHOW_DOCUMENT_MESSAGE
Deprecated.- See Also:
- Constant Field Values
-
FP_SHOW_HR1
public static final java.lang.String FP_SHOW_HR1
Deprecated.- See Also:
- Constant Field Values
-
FP_SHOW_HR2
public static final java.lang.String FP_SHOW_HR2
Deprecated.- See Also:
- Constant Field Values
-
FP_REPORT_DETAIL_STYLE
public static final java.lang.String FP_REPORT_DETAIL_STYLE
Deprecated.- See Also:
- Constant Field Values
-
FP_DOCUMENT_PATH_STYLE
public static final java.lang.String FP_DOCUMENT_PATH_STYLE
Deprecated.- See Also:
- Constant Field Values
-
FP_IS_DATA_SET_PARAMETER
public static final java.lang.String FP_IS_DATA_SET_PARAMETER
Deprecated.- Since:
- MicroStrategy Web 7.5.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeCss
public void initializeCss()
Deprecated.Initialize the css classes to be used by this transform.- Overrides:
initializeCss
in classAbstractAppTransform
-
transformForRequestInError
public void transformForRequestInError(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is in "Error".- Overrides:
transformForRequestInError
in classAbstractDocumentTransform
- Parameters:
out
- Output by this transform- Since:
- MicroStrategy Web 8.0.0
- See Also:
AbstractAppTransform.checkStatus(com.microstrategy.web.beans.MarkupOutput)
-
transformForRequestWaitingForUserInput
public void transformForRequestWaitingForUserInput(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is in "waiting for user input (prompts)". Just forwards to the successfull transform;- Overrides:
transformForRequestWaitingForUserInput
in classAbstractAppTransform
- Parameters:
out
- Output by this transform- Since:
- MicroStrategy Web 7.5.3
- See Also:
AbstractAppTransform.checkStatus(com.microstrategy.web.beans.MarkupOutput)
-
transformForRequestProcessing
public void transformForRequestProcessing(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is in "processing" (ie the report is still executing).
Just forwards to the successful transform;- Overrides:
transformForRequestProcessing
in classAbstractAppTransform
- Parameters:
out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.3
- See Also:
AbstractAppTransform.checkStatus(com.microstrategy.web.beans.MarkupOutput)
-
transformForRequestSuccessful
public void transformForRequestSuccessful(MarkupOutput out)
Deprecated.Transform when the bean status which is transformed by this transform is "Successfull".- Specified by:
transformForRequestSuccessful
in classAbstractAppTransform
- Parameters:
out
- Output by this transform- See Also:
AbstractAppTransform.checkStatus(com.microstrategy.web.beans.MarkupOutput)
-
generateAnchor
protected AnchorTag generateAnchor(WebEvent event)
Deprecated.Overwrites the parent method by setting the iframe property according to the properties of this transform- Overrides:
generateAnchor
in classAbstractAppTransform
- Parameters:
event
-WebEvent
instance to use as base for the link- Returns:
AnchorTag
instance initialized with the event information- Since:
- MicroStrategy Web 8.0.0
-
renderName
public void renderName(MarkupOutput out)
Deprecated.Renders the name of the document.- Parameters:
out
- Output by this transform- Since:
- MicroStrategy Web 8.0.0
-
renderParentName
public void renderParentName(MarkupOutput out)
Deprecated.Renders the name of the parent folder of this document.- Parameters:
out
- Output by this transform- Since:
- MicroStrategy Web 8.0.0
-
renderServerName
public void renderServerName(MarkupOutput out)
Deprecated.Renders the name of the ISERVER name on which this document is run.- Parameters:
out
- Output by this transform
-
renderPath
public void renderPath(MarkupOutput out)
Deprecated.Renders the yahoo path for this document.- Parameters:
out
- Output by this transform
-
renderMessage
public void renderMessage(MarkupOutput out)
Deprecated.Renders the MessageId for this document.- Parameters:
out
- Output by this transform- Since:
- MicroStrategy Web 8.0.0
-
renderChildrenDetails
public void renderChildrenDetails(MarkupOutput out)
Deprecated.Renders the details for each of the chidlren reports for this document.- Parameters:
out
- Output by this transform
-
getExecuteEvent
protected WebEvent getExecuteEvent(WebDocumentMessage message)
Deprecated.Returns an event to run the document.- Parameters:
message
- The (@link WebDocumentMessage} for this document.- Returns:
- A WebEvent to execute the message (i.e., runDocuments)
-
canTransform
public boolean canTransform(Transformable data)
Deprecated.Overrides canTransform by returning always true. This transform does support showing report details, even if still waiting for prompts.- Specified by:
canTransform
in interfaceTransform
- Overrides:
canTransform
in classAbstractDocumentTransform
- Parameters:
data
- the report bean that will transformed.- Returns:
- true if the data is a ReportBean.
- Since:
- MicroStrategy Web 7.5.3
-
getSupportedBeanType
public java.lang.Class getSupportedBeanType()
Deprecated.Returns the supported bean type for the transform.- Specified by:
getSupportedBeanType
in interfaceTransform
- Overrides:
getSupportedBeanType
in classAbstractDocumentTransform
- Returns:
- The
DocumentBean
bean for this transform.
-
getDescription
public java.lang.String getDescription()
Deprecated.Returns the description of this transform.
This is used in the style catalog editor.- Returns:
- The description of this transform.
-
renderDataSetOwner
public void renderDataSetOwner(MarkupOutput out, WebMessage wm)
Deprecated.Renders the owner information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetStatus
public void renderDataSetStatus(MarkupOutput out, WebMessage wm)
Deprecated.Renders the status information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetStartTime
public void renderDataSetStartTime(MarkupOutput out, WebMessage wm)
Deprecated.Renders the start time information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetFinishTime
public void renderDataSetFinishTime(MarkupOutput out, WebMessage wm)
Deprecated.Renders the finish time information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetMessageID
public void renderDataSetMessageID(MarkupOutput out, WebMessage wm)
Deprecated.Renders the message identifier information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetID
public void renderDataSetID(MarkupOutput out, WebMessage wm)
Deprecated.Renders the identifier information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetMessageCreated
public void renderDataSetMessageCreated(MarkupOutput out, WebMessage wm)
Deprecated.Renders the message created information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderDataSetMessageUpdated
public void renderDataSetMessageUpdated(MarkupOutput out, WebMessage wm)
Deprecated.Renders the message updated information for theWebMessage
of the data set child instance of theRWBean
being transformed.- Parameters:
wm
-WebMessage
instance with the information about the data set object being transformed.out
-MarkupOutput
instance where the contents of this transform will be saved.- Since:
- MicroStrategy Web 7.5.4
-
renderReportName
public void renderReportName(MarkupOutput out, WebMessage wm)
Deprecated.- Since:
- MicroStrategy Web 7.5.4
-
getDatasetStatus
public java.lang.String getDatasetStatus(WebMessage message)
Deprecated.Render the status of the message. If status is "Read" then it also renders a link to mark as unread.- Parameters:
message
-WebMessage
instance being rendered- Since:
- MicroStrategy Web 7.5.4
-
-