Package com.microstrategy.web.objects.rw
Interface RWDetailsFormatter
-
- All Superinterfaces:
WebDetailsFormatter
public interface RWDetailsFormatter extends WebDetailsFormatter
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.objects.WebDetailsFormatter
FORMAT_BASE_FILTER_DETAILS_ONLY, FORMAT_FILTER_DETAILS_ONLY, FORMAT_PROMPT_DETAILS_ONLY, FORMAT_TEMPLATE_DETAILS_ONLY, FORMAT_VIEW_FILTER_DETAILS_ONLY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIncludeBasicDetailsForDataSets(boolean value)
If the value is true, then the basic details for the datasets are retrieved from the I-Server.void
setIncludeDocumentDetails(boolean value)
If the value is true, then the document level details are retrieved from the I-Server.void
setIncludeSQLsforDataSets(boolean value)
If the value is true, then the SQL details for the datasets are retrieved from the I-Server.-
Methods inherited from interface com.microstrategy.web.objects.WebDetailsFormatter
setBaseFilterDetailsFormat, setFilterDetailsFormat, setPromptDetailsFormat, setReportDetailsFormat, setTemplateDetailsFormat, setViewFilterDetailsFormat
-
-
-
-
Method Detail
-
setIncludeDocumentDetails
void setIncludeDocumentDetails(boolean value)
If the value is true, then the document level details are retrieved from the I-Server. This flag will enable the retrieval of the following properties in theRWDocumentDetails
object 1. ServerName 2. Document Path 3. Modified Time 4. Job Id- Parameters:
value
-
-
setIncludeBasicDetailsForDataSets
void setIncludeBasicDetailsForDataSets(boolean value)
If the value is true, then the basic details for the datasets are retrieved from the I-Server. This flag will enable the retrieval of the following properties in theRWDataSetDetails
object 1. ServerName 2. Document Path 3. Modified Time 4. Job Id- Parameters:
value
-
-
setIncludeSQLsforDataSets
void setIncludeSQLsforDataSets(boolean value)
If the value is true, then the SQL details for the datasets are retrieved from the I-Server. This flag will enable the retrieval of the following property in theRWDataSetDetails
object 1. SQL- Parameters:
value
-
-
-