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.AbstractRWTransform | |||||
↳ | com.microstrategy.web.app.transforms.RWDetailsTransform |
This transform is used to show details of a report writing document. It has details like name, path and some other things. It also has details about all the children data set objects in it.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DATASET_LEVEL_ALL | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_CREATED_INFO | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_FINISH_TIME | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_LAST_UPDATE_INFO | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_MESSAGE_ID | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_OWNER | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_REPORT_ID | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_SERVER_NAME | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_START_TIME | This constant is deprecated. please use the layout xml | |||||||||
int | DATASET_LEVEL_STATUS | This constant is deprecated. please use the layout xml | |||||||||
String | FP_DATASET_DISPLAY_LEVEL | Constant specifying the name of the formal parameter for defining the display level flag for the data sets. | |||||||||
String | FP_DOCUMENT_DISPLAY_LEVEL | Constant specifying the name of the formal parameter for defining the display level flag for the report writing document. | |||||||||
String | FP_DOCUMENT_PATH_STYLE | Constant specifying the name of the formal parameter for defining the style to use for displaying the report writing document path. | |||||||||
int | LEVEL_ALL | This constant is deprecated. use layout instead. | |||||||||
int | LEVEL_DATASET_INFO | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_DESCRIPTION | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_DOCUMENT_ID | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_MESSAGE_ID | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_NAME | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_OWNER | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_PATH | This constant is deprecated. please use the layout xml | |||||||||
int | LEVEL_SERVER_NAME | This constant is deprecated. please use the layout xml |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public FormalParameter | datasetDisplayLevelFlag | This field is deprecated. please use the layout xml | |||||||||
public FormalParameter | documentDisplayLevelFlag | This field is deprecated. please use the layout xml | |||||||||
public FormalParameter | documentPathStyle | This field is deprecated. please use the layout xml |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWDetailsTransform()
Default no-argument constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
canTransform(Transformable data)
Overrides canTransform by returning always true.
| ||||||||||
boolean |
checkLevel(int level)
Check if the level parameter value contains this flag.
| ||||||||||
String |
getAdvancedDivId(RWDataSetDetails details)
Generate the id of the div which holds advaned detail information for
the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getAdvancedDivId()
Generate the id of the div which holds advaned detail information for the document.
| ||||||||||
String |
getAncestorName(WebFolder folder)
Get the name of an ancestor folder.
| ||||||||||
SimpleList |
getAncestors(RWDetails details)
Retrieves the ancestors of the
RWDetails instance. | ||||||||||
WebMessages |
getChildrenMessages()
This method is deprecated.
not used any more
| ||||||||||
String |
getCssClassName(String cssName)
Generate the css class name used by this transform.
| ||||||||||
List |
getDatasets()
Returns all the datasets based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getDescription()
Returns the textual description of the transform
| ||||||||||
String |
getDocumentID()
Get the document identifier based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getDocumentStatus()
Get the document status based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getFinishTime()
Get the message finish time based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getFinishTime(RWDataSetDetails details)
Get the message finish time based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getJobID(RWDataSetDetails details)
Get the job identifier based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getJobID()
Get the job identifier based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getMessageCreationTime()
Get the message creation time based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getMessageCreationTime(RWDataSetDetails details)
Get the message creation time based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getMessageID(RWDataSetDetails details)
Get the message identifier based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getMessageID()
Get the document name based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getMessageModificationTime(RWDataSetDetails details)
Get the message modification time based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getMessageModificationTime()
Get the message modification time based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getMessageName()
Get the document name based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getModifiedInformation()
Get the modification time based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getModifiedInformation(RWDataSetDetails details)
Get the modification time based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String | getObjectName() | ||||||||||
List |
getObjectPathFolderAncestors(int rootIndex)
Returns all the ancestors of the document
| ||||||||||
List |
getObjectPathFolderAncestors(int rootIndex, RWDetails details)
Returns all the ancestors of the
RWDetails instance | ||||||||||
String |
getOwner()
Get the owner based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String | getProjectName() | ||||||||||
String |
getRWDescription()
Get the document description based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getReportDescription(RWDataSetDetails datasetDetails)
Get the report(dataset) description based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getReportDetails(RWDataSetDetails details)
Get report details from the
RWDataSetDetails of an individual dataset. | ||||||||||
String |
getReportID(RWDataSetDetails details)
Get the report identifier based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getReportName(RWDataSetDetails datasetDetails)
Get the report name based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getReportOwner(RWDataSetDetails datasetDetails)
Get the owner based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getReportSQL(RWDataSetDetails details)
Get report SQL from the
RWDataSetDetails of an individual dataset. | ||||||||||
String |
getReportStatus(RWDataSetDetails details)
Get the report(dataset) status on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getReportType(RWDataSetDetails details)
Get the report type based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getServerName(RWDataSetDetails details)
Get the server name based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
String |
getServerName()
Get the server name based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getStartTime()
Get the message start time based on the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
String |
getStartTime(RWDataSetDetails details)
Get the message start time based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
int |
getTotalColumns(RWDataSetDetails details)
Get the total number of columns returned based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
int |
getTotalRows(RWDataSetDetails details)
Get the total number of rows returned based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
WebEvent |
getWebReexecuteEvent()
Returns the reexecute event
Always get the event from the servlet.
| ||||||||||
void |
initializeTransform(Transformable data)
This method initialize the private and protected fields of the transform.
| ||||||||||
boolean |
isAdvancedAreaExpanded()
Determines based on the formal parameter if the advanced detail information are is requested
to be expanded or not
| ||||||||||
boolean |
isAdvancedAreaVisible()
This method is deprecated.
use layout instead.
| ||||||||||
void |
renderAdvancedAreaJavaScript(MarkupOutput out)
Renders JavaScript (if any) that will be related with the advanced information area for the document.
| ||||||||||
void |
renderAdvancedDetailsButton(MarkupOutput out, RWDataSetDetails details)
Renders the button to toggle advanced detail area for an individual dataset
| ||||||||||
void |
renderAdvancedDetailsButton(MarkupOutput out, boolean requestExpand, RWDataSetDetails details)
Render the button that will allow users to show or not the advanced details information about the individual dataset.
| ||||||||||
void |
renderAdvancedDetailsButton(MarkupOutput out)
Renders the button to toggle advanced detail area for document.
| ||||||||||
void |
renderDataSetFinishTime(MarkupOutput out, WebMessage wm)
Renders the finish time information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetID(MarkupOutput out, WebMessage wm)
Renders the identifier information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetMessageCreated(MarkupOutput out, WebMessage wm)
Renders the message created information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetMessageID(MarkupOutput out, WebMessage wm)
Renders the message identifier information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetMessageUpdated(MarkupOutput out, WebMessage wm)
Renders the message updated information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetName(MarkupOutput out, WebMessage wm)
Renders the name information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetOwner(MarkupOutput out, WebMessage wm)
Renders the owner information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetServerName(MarkupOutput out, WebMessage wm)
This method is deprecated.
not used anymore
| ||||||||||
void |
renderDataSetStartTime(MarkupOutput out, WebMessage wm)
Renders the start time information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDataSetStatus(MarkupOutput out, WebMessage wm)
Renders the status information for the
WebMessage of the data set child instance of
the RWBean being transformed. | ||||||||||
void |
renderDescription(MarkupOutput out)
Renders the description information for
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
void |
renderDocumentID(MarkupOutput out)
Renders the document ID information for the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
void |
renderMessage(MarkupOutput out)
Renders the message identifier information for the
RWBean being transformed. | ||||||||||
void |
renderName(MarkupOutput out)
Generate the HTML with the report writing document title information.
| ||||||||||
void |
renderOwner(MarkupOutput out)
Renders the owner information for
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
void |
renderPath(MarkupOutput out)
Renders the path information for the the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
void |
renderServerName(MarkupOutput out)
Renders the server name information for the
RWDocumentDetails instance of the RWBean being transformed. | ||||||||||
void |
renderToggleAdvancedArea(MarkupOutput out, RWDataSetDetails details)
Render the toogleAdvancedArea javascript code based on the
RWDataSetDetails instance of an individual dataset. | ||||||||||
boolean |
shouldRenderAdvancedAreaExpanded()
Check to see if advanced area should be rendered.
| ||||||||||
void |
transformForRequestInError(MarkupOutput out)
Transform when the bean status which is transformed by this transform is in "Error".
| ||||||||||
void |
transformForRequestProcessing(MarkupOutput out)
Transform when the bean status which is transformed by this transform is in "processing" (ie the report is still executing).
| ||||||||||
void |
transformForRequestSuccessful(MarkupOutput out)
Transform when the bean status which is transformed by this transform is "Successful".
| ||||||||||
void |
transformForRequestWaitingForUserInput(MarkupOutput out)
Transform when the bean status which is transformed by this transform is in "waiting for user input (prompts)".
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDatasetStatus(int status)
Based on the status code of the object, obtain the descriptor to be shown to the user
| ||||||||||
WebEvent |
getExecuteDocumentEvent(RWMessage rwm)
Obtain the event to be used for executing the report writing document.
| ||||||||||
WebEvent |
getExecuteDocumentEvent(RWDetails details)
Obtain the event to be used for executing the report writing document.
| ||||||||||
RWDocumentDetails | getRWDetails() | ||||||||||
RWMessage | getRWDocumentMessage() | ||||||||||
TransformInstance |
getRWDocumentPathTransform(RWBean rw)
This method is deprecated.
not used anymore
| ||||||||||
WebEvent |
getShowDetailsEvent()
Generate the
WebEvent instance to be used for showing the details of the document (to refresh the page information). | ||||||||||
void | initializeRWDetails() | ||||||||||
void | initializeRWDocumentMessage() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Convenience flag to indicate all possible DATASET_DISPLAY_LEVEL values.
Value = 16777215
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's create time.
Value = 8
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's execution finish time.
Value = 64
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's last update time.
Value = 16
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's message id.
Value = 1
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's owner.
Value = 128
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's report id.
Value = 2
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's server name.
Value = 512
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's execution start time.
Value = 32
This constant is deprecated.
please use the layout xml
Allowed value for the datasetDisplayLevelFlag
formal parameter.
Specifies that the transform will display information about the data set's current status.
Value = 4
Constant specifying the name of the formal parameter for defining the display level flag for the data sets. Value is datasetDisplayLevelFlag.
Constant specifying the name of the formal parameter for defining the display level flag for the report writing document. Value is documentDisplayLevelFlag.
Constant specifying the name of the formal parameter for defining the style to use for displaying the report writing document path. Value is documentPathStyle.
This constant is deprecated.
use layout instead.
Allowed value for the documentDisplayLevelFlag
formal parameter.
Convenience flag to indicate all possible DOCUMENT_DISPLAY_LEVEL values.
Value = 16777215
This constant is deprecated.
please use the layout xml
Allowed value for the documentDisplayLevelFlag
formal parameter.
Specifies that the report writing document transform will display information about the children data sets.
Value = 16
This constant is deprecated.
please use the layout xml
Allowed value for the levelFlag
formal parameter.
Specifies that the transform will display object's description.
Value = 2
This constant is deprecated.
please use the layout xml
Allowed value for the levelFlag
formal parameter.
Specifies that the transform will display the object's document identifier information.
Value = 256
This constant is deprecated.
please use the layout xml
Allowed value for the levelFlag
formal parameter.
Specifies that the transform will display the object's message identifier information.
Value = 128
This constant is deprecated.
please use the layout xml
Allowed value for the documentDisplayLevelFlag
formal parameter.
Specifies that the report writing document transform will display a title including the object's name.
Value = 1
This constant is deprecated.
please use the layout xml
Allowed value for the levelFlag
formal parameter.
Specifies that the transform will display object's owner.
Value = 8
This constant is deprecated.
please use the layout xml
Allowed value for the documentDisplayLevelFlag
formal parameter.
Specifies that the report writing document transform will display the folder path where the object is located.
Value = 32
This constant is deprecated.
please use the layout xml
Allowed value for the documentDisplayLevelFlag
formal parameter.
Specifies that the report writing document transform will display the name of the server where the object is located.
Value = 4
This field is deprecated.
please use the layout xml
Indicates the level of information to use when displaying a data set item.
The information may include title with message id, report id and other information. Multiple fields might be rendered
at the same time. For indicating which fields to show, the value to assign to this formal parameter should be a
bitwise flag combining constants such as DATASET_LEVEL_MESSAGE_ID
,
DATASET_LEVEL_REPORT_ID
,
DATASET_LEVEL_STATUS
, etc. For a complete list, refer to RWDetailsTransform
.
Usage: If message id, report id and current status should be displayed, the value to assign to the formal parameter would be 7 (1 + 2 + 4).
Default value is DATASET_LEVEL_ALL
This field is deprecated.
please use the layout xml
Indicates the level of information to use when displaying the report writing document item.
The information may include title with object name, location and other information. Multiple fields might be rendered
at the same time. For indicating which fields to show, the value to assign to this formal parameter should be a
bitwise flag combining constants such as LEVEL_PATH
,
LEVEL_SERVER_NAME
, etc. For a complete list, refer to RWDetailsTransform
.
Usage: If title and server name should be displayed, the value to assign to the formal parameter would be 5 (1 + 4).
Default value is LEVEL_ALL
This field is deprecated.
please use the layout xml
The name of the style used to show the report writing document path.
This formal parameter has no significance if the formal parameter indicating display level does not include to show the document path.
Default no-argument constructor. Initializes formal parameters.
Overrides canTransform by returning always true. This transform does support showing report details, even if still waiting for prompts.
data | the bean that will transformed. |
---|
RWBean
.
Check if the level parameter value contains this flag. This method
calls checkLevel(FormalParameter, int)
using the levelFlag
parameter@deprecated
level | flag value to check |
---|
Generate the id of the div which holds advaned detail information for
the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Generate the id of the div which holds advaned detail information for the document.
Get the name of an ancestor folder.
folder | the ancestor folder |
---|
This method is deprecated.
not used any more
Obtain the WebMessage
children instances that are defined for the
current RWMessage
of the RWBean
being transformed
WebMessages
initialized instance with the information of the
child data set messages defined.Generate the css class name used by this transform.
cssName | the css name to be pre-fixed by the _cssPrefix |
---|
Returns all the datasets based on the RWDocumentDetails
instance of the RWBean
being transformed.
Returns the textual description of the transform
Get the document identifier based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the document status based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message finish time based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message finish time based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the job identifier based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the job identifier based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message creation time based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message creation time based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the message identifier based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the document name based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message modification time based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the message modification time based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the document name based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the modification time based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the modification time based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Returns all the ancestors of the document
rootIndex | , indicates the starting index of the ancestor |
---|
Returns all the ancestors of the RWDetails
instance
rootIndex | , indicates the starting index of the ancestor |
---|---|
details | the RWDetails instance we need to retrieve ancestors from |
Get the owner based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the document description based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the report(dataset) description based on the RWDataSetDetails
instance of an individual dataset.
datasetDetails | the RWDataSetDetails instance associated with the individual dataset |
---|
Get report details from the RWDataSetDetails
of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the report identifier based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the report name based on the RWDataSetDetails
instance of an individual dataset.
datasetDetails | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the owner based on the RWDataSetDetails
instance of an individual dataset.
datasetDetails | the RWDataSetDetails instance associated with the individual dataset |
---|
Get report SQL from the RWDataSetDetails
of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the report(dataset) status on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the report type based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the server name based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the server name based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message start time based on the RWDocumentDetails
instance of the RWBean
being transformed.
Get the message start time based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the total number of columns returned based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Get the total number of rows returned based on the RWDataSetDetails
instance of an individual dataset.
details | the RWDataSetDetails instance associated with the individual dataset |
---|
Returns the reexecute event Always get the event from the servlet.
This method initialize the private and protected fields of the transform.
data | the bean to transform. |
---|
Determines based on the formal parameter if the advanced detail information are is requested to be expanded or not
This method is deprecated.
use layout instead.
Indicates if the Document Advanced Details section is to be rendered or not. It will depend if at least one of the sections taht go on it is requested by the user. By default, any of these should be rendered for the Advanced area to be visible: server name, message identifier, document identifier, message created, message updated and/or level status.
Renders JavaScript (if any) that will be related with the advanced information area for the document. In this case is for enabling showing and hiding the details.
out | MarkupOutput instance where the contents of this transform will be saved. |
---|
Renders the button to toggle advanced detail area for an individual dataset
out | MarkupOutput instance where the contents of this transform will be saved. |
---|---|
details | the RWDataSetDetails instance associated with the individual dataset |
Render the button that will allow users to show or not the advanced details information about the individual dataset.
out | the MarkupOutput instance where the contents of this transform will be saved |
---|---|
requestExpand | whether the button will be rendered as already expanded or not |
details | the RWDataSetDetails instance associated with the individual dataset |
Renders the button to toggle advanced detail area for document.
out | MarkupOutput instance where the contents of this transform will be saved. |
---|
Renders the finish time information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the identifier information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the message created information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the message identifier information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the message updated information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the name information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved. |
---|---|
wm | WebMessage instance with the information about the data set object being
transformed.
|
Renders the owner information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
This method is deprecated.
not used anymore
Renders the server name information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved. |
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the start time information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the status information for the WebMessage
of the data set child instance of
the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|---|
wm | WebMessage instance with the information about the data set object being
transformed. |
Renders the description information for RWDocumentDetails
instance of the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Renders the document ID information for the RWDocumentDetails
instance of the RWBean
being transformed.
out | MarkupOutput |
---|
Renders the message identifier information for the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Generate the HTML with the report writing document title information.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Renders the owner information for RWDocumentDetails
instance of the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Renders the path information for the the RWDocumentDetails
instance of the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Renders the server name information for the RWDocumentDetails
instance of the RWBean
being transformed.
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Render the toogleAdvancedArea javascript code based on the RWDataSetDetails
instance of an individual dataset.
out | MarkupOutput instance where the contents of this transform will be saved. |
---|---|
details | the RWDataSetDetails instance associated with the individual dataset |
Check to see if advanced area should be rendered.
Transform when the bean status which is transformed by this transform is in "Error".
out | Output by this transform |
---|
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;
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Transform when the bean status which is transformed by this transform is "Successful".
out | MarkupOutput instance where the contents of this transform will be saved.
|
---|
Transform when the bean status which is transformed by this transform is in "waiting for user input (prompts)". Just forwards to the successfull transform;
out | Output by this transform |
---|
Based on the status code of the object, obtain the descriptor to be shown to the user
status | the status variable |
---|
Obtain the event to be used for executing the report writing document.
rwm | the (@link RWMessage} for the RWBean beings displayed.
|
---|
WebEvent
instance to execute the report writing document message. By default it returns
the REPORT_WRITER_EVENT_EXECUTE
event,
or null
if it is not supported by the applicationObtain the event to be used for executing the report writing document.
details | the (@link RWDetails} for the RWBean beings displayed. |
---|
WebEvent
instance to execute the report writing document message. By default it returns
the REPORT_WRITER_EVENT_EXECUTE
event,
or null
if it is not supported by the applicationRWMessage
instance of the DocumentBean
being transformed.
This method is deprecated.
not used anymore
Generate the WebEvent
instance to be used for showing the details of the document (to refresh the page information).
the WebEventGetDocumentDetails
event,
or null
if it is not supported by the application
WebBeanException | if any error happens while initializing the information |
---|---|
WebObjectsException | if any error happens while initializing the information |
Obtains the RWMessage
instance out of the RWBean
being
transformed, for initializing the property of this transform.
WebBeanException | if any error happens while initializing the information |
---|---|
WebObjectsException | if any error happens while initializing the information |