com.microstrategy.web.objects.WebDetailsFormatter |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FORMAT_BASE_FILTER_DETAILS_ONLY | ||||||||||
String | FORMAT_FILTER_DETAILS_ONLY | ||||||||||
String | FORMAT_PROMPT_DETAILS_ONLY | ||||||||||
String | FORMAT_TEMPLATE_DETAILS_ONLY | ||||||||||
String | FORMAT_VIEW_FILTER_DETAILS_ONLY |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
setBaseFilterDetailsFormat(String format)
Set the format of the base/report filter details that will be generated by I-Server.
| ||||||||||
abstract void |
setFilterDetailsFormat(String format)
Set the format of the filter details that will be generated by I-Server.
| ||||||||||
abstract void |
setPromptDetailsFormat(String format)
Set the format of the prompt details that will be generated by I-Server.
| ||||||||||
abstract void |
setReportDetailsFormat(String format)
Set the format of the report details string that is generated by I-Server.
| ||||||||||
abstract void |
setTemplateDetailsFormat(String format)
Set the format of the template details that will be generated by I-Server.
| ||||||||||
abstract void |
setViewFilterDetailsFormat(String format)
Set the format of the base/report filter details that will be generated by I-Server.
|
Set the format of the base/report filter details that will be generated by I-Server.
If just the base/report filter details is required, the format should be set to
FORMAT_BASE_FILTER_DETAILS_ONLY
. Alternatively, you could also just set DssXmlResultDtlsFilterExpr
using setResultFlags(int)
Set the format of the filter details that will be generated by I-Server.
If just the filter details is required, the format should be set to
FORMAT_FILTER_DETAILS_ONLY
format | Format of filter details string. |
---|
Set the format of the prompt details that will be generated by I-Server.
If just the prompt details is required, the format should be set to
FORMAT_PROMPT_DETAILS_ONLY
format | Format of prompt details string. |
---|
Set the format of the report details string that is generated by I-Server. Example: TDNM=1, FDOR=1, PACS=0, CBC=1
Set the format of the template details that will be generated by I-Server.
If just the template details are required, the format should be set to
FORMAT_TEMPLATE_DETAILS_ONLY
Set the format of the base/report filter details that will be generated by I-Server.
If just the base/report filter details is required, the format should be set to
FORMAT_VIEW_FILTER_DETAILS_ONLY
. Alternatively, you could also just set DssXmlResultDtlsFilterExpr
using setResultFlags(int)