public class ReportDisplay
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DISPLAY_BAR_CHART
Display the report as a bar chart.
|
static int |
DISPLAY_GANTT_CHART
Display the report as a Gantt chart.
|
static int |
DISPLAY_GRID_TABLE
Display the report at a table.
|
static int |
DISPLAY_HORIZONTAL_BAR_CHART
Display the report as a horizontal bar chart.
|
static int |
DISPLAY_HORIZONTAL_STACKED_CHART
Display the report as a horizontal stacked chart.
|
static int |
DISPLAY_LINE_CHART
Display the report as a line chart.
|
static int |
DISPLAY_PIE_CHART
Display the report as a pie chart.
|
static int |
DISPLAY_STACKED_CHART
Display the report as a stacked bar chart.
|
static int |
QUICK_FILTER_DROPDOWN
Display quick filters as dropdowns.
|
static int |
QUICK_FILTER_LINK
Display quick filters as links.
|
Constructor and Description |
---|
ReportDisplay() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCustomBarGraphXMLId()
Get the id that specifes a custom xml file for the bar graph.
|
java.lang.Integer |
getCustomChartHeight() |
java.lang.Integer |
getCustomChartWidth() |
java.lang.Long |
getCustomLineGraphXMLId()
Get the id that specifes a custom xml file for the line graph.
|
java.lang.Long |
getCustomPieGraphXMLId()
Get the id that specifes a custom xml file for the pie graph.
|
java.lang.String |
getCustomToolbar()
Get the path to the custom toolbar.
|
java.lang.String |
getDescription()
Get the description of this report.
|
boolean |
getDisplayThresholds()
Determine whether to show thresholds for this report.
|
int |
getDisplayType()
Determine the display type for this report.
|
java.lang.String |
getName()
Get the name of this report.
|
int |
getQuickFilterDisplay()
Determine how quick filters are displayed.
|
boolean |
getShowLegend() |
boolean |
getShowQuickFiltersInToolbar()
Determine whether to show quick filters in the toolbar.
|
int[] |
getSupportedTypes()
Get the display types that are supported for this report.
|
java.lang.Integer |
getThresholdColumnLocalId()
Get the local id of the column to which thresholds are being applied.
|
java.lang.String |
getThresholdColumnName()
Get the name to be displayed for the column containing the actual thresholds.
|
Threshold[] |
getThresholds()
Get the thresholds for this report.
|
boolean |
getUseDefaultBarGraphXML()
Determine whether to use default bar graph xml.
|
boolean |
getUseDefaultLineGraphXML()
Determine whether to use default line graph xml.
|
boolean |
getUseDefaultPieGraphXML()
Determine whether to use default pie graph xml.
|
boolean |
isUseCustomToolbar()
Determine whether to display a custom toolbar for this report.
|
void |
setCustomBarGraphXMLId(java.lang.Long customBarGraphXMLId_)
Set the id that specifes a custom xml file for the bar graph.
|
void |
setCustomChartHeight(java.lang.Integer customChartHeight) |
void |
setCustomChartWidth(java.lang.Integer customChartWidth) |
void |
setCustomLineGraphXMLId(java.lang.Long customLineGraphXMLId)
Set the id that specifes a custom xml file for the line graph.
|
void |
setCustomPieGraphXMLId(java.lang.Long customPieGraphXMLId_)
Set the id that specifes a custom xml file for the pie graph.
|
void |
setCustomToolbar(java.lang.String customToolbar_)
Set the path to the custom toolbar.
|
void |
setDescription(java.lang.String description_)
Set the description of this report.
|
void |
setDisplayThresholds(boolean displayThresholds_)
Set whether to show thresholds for this report.
|
void |
setDisplayType(int displayType_)
Set the display type for this report.
|
void |
setName(java.lang.String name_)
Set the name of this report.
|
void |
setQuickFilterDisplay(int quickFilterDisplay_)
Specify how quick filters should be displayed.
|
void |
setShowLegend(boolean showLegend) |
void |
setShowQuickFiltersInToolbar(boolean showQuickFiltersInToolbar_)
Set whether to show quick filters in the toolbar.
|
void |
setSupportedTypes(int[] supportedTypes_)
Set the display types that are supported for this report.
|
void |
setThresholdColumnLocalId(java.lang.Integer thresholdColumnLocalId_)
Set the local id of the column to which thresholds should be being applied.
|
void |
setThresholdColumnName(java.lang.String thresholdColumnName_)
Set the name to be displayed for the column containing the actual thresholds.
|
void |
setThresholds(Threshold[] thresholds_)
Set the thresholds for this report.
|
void |
setUseCustomToolbar(boolean useCustomToolbar_)
Set whether to display a custom toolbar for this report.
|
void |
setUseDefaultBarGraphXML(boolean useDefaultBarGraphXML_)
Specify whether to use default bar graph xml.
|
void |
setUseDefaultLineGraphXML(boolean useDefaultLineGraphXML)
Set whether to use default line graph xml.
|
void |
setUseDefaultPieGraphXML(boolean useDefaultPieGraphXML_)
Set whether to use default pie graph xml.
|
public static final int QUICK_FILTER_LINK
public static final int QUICK_FILTER_DROPDOWN
public static final int DISPLAY_GRID_TABLE
public static final int DISPLAY_BAR_CHART
public static final int DISPLAY_PIE_CHART
public static final int DISPLAY_STACKED_CHART
public static final int DISPLAY_LINE_CHART
public static final int DISPLAY_HORIZONTAL_BAR_CHART
public static final int DISPLAY_HORIZONTAL_STACKED_CHART
public static final int DISPLAY_GANTT_CHART
public java.lang.String getDescription()
setDescription(java.lang.String)
public void setDescription(java.lang.String description_)
description_
- the description.getDescription()
public boolean getDisplayThresholds()
true
to display thresholds; false
otherwise.setDisplayThresholds(boolean)
public void setDisplayThresholds(boolean displayThresholds_)
displayThresholds_
- true
to display thresholds;
false
otherwise.getDisplayThresholds()
public int getDisplayType()
setDisplayType(int)
public void setDisplayType(int displayType_)
displayType_
- the display type.getDisplayType()
public java.lang.String getName()
setName(java.lang.String)
public void setName(java.lang.String name_)
name_
- the name.getName()
public int getQuickFilterDisplay()
setQuickFilterDisplay(int)
public void setQuickFilterDisplay(int quickFilterDisplay_)
quickFilterDisplay_
- an int specifying how the quick filters should be displayedgetQuickFilterDisplay()
public int[] getSupportedTypes()
setSupportedTypes(int[])
public void setSupportedTypes(int[] supportedTypes_)
supportedTypes_
- the display types.getSupportedTypes()
public Threshold[] getThresholds()
setThresholds(com.appiancorp.suiteapi.process.analytics2.Threshold[])
public void setThresholds(Threshold[] thresholds_)
thresholds_
- the thresholds.getThresholds()
public java.lang.Integer getThresholdColumnLocalId()
setThresholdColumnLocalId(java.lang.Integer)
public void setThresholdColumnLocalId(java.lang.Integer thresholdColumnLocalId_)
thresholdColumnLocalId_
- the column's local id.getThresholdColumnLocalId()
public java.lang.String getThresholdColumnName()
setThresholdColumnName(java.lang.String)
public void setThresholdColumnName(java.lang.String thresholdColumnName_)
thresholdColumnName_
- the name.getThresholdColumnName()
public java.lang.Long getCustomBarGraphXMLId()
setCustomBarGraphXMLId(java.lang.Long)
public void setCustomBarGraphXMLId(java.lang.Long customBarGraphXMLId_)
customBarGraphXMLId_
- the id.getCustomBarGraphXMLId()
public java.lang.Long getCustomPieGraphXMLId()
setCustomPieGraphXMLId(java.lang.Long)
public void setCustomPieGraphXMLId(java.lang.Long customPieGraphXMLId_)
customPieGraphXMLId_
- the id.getCustomPieGraphXMLId()
public java.lang.Long getCustomLineGraphXMLId()
setCustomLineGraphXMLId(java.lang.Long)
public void setCustomLineGraphXMLId(java.lang.Long customLineGraphXMLId)
customLineGraphXMLId_
- the id.getCustomLineGraphXMLId()
public boolean getUseDefaultBarGraphXML()
true
for default bar graph xml; false
otherwise.setUseDefaultBarGraphXML(boolean)
public void setUseDefaultBarGraphXML(boolean useDefaultBarGraphXML_)
useDefaultBarGraphXML_
- true
for default bar graph xml; false
otherwise.getUseDefaultBarGraphXML()
public boolean getUseDefaultPieGraphXML()
true
for default pie graph xml; false
otherwise.setUseDefaultPieGraphXML(boolean)
public void setUseDefaultPieGraphXML(boolean useDefaultPieGraphXML_)
useDefaultPieGraphXML_
- true
for default pie graph xml; false
otherwise.getUseDefaultPieGraphXML()
public boolean getUseDefaultLineGraphXML()
true
for default line graph xml; false
otherwise.setUseDefaultLineGraphXML(boolean)
public void setUseDefaultLineGraphXML(boolean useDefaultLineGraphXML)
useDefaultLineGraphXML_
- true
for default line graph xml; false
otherwise.getUseDefaultLineGraphXML()
public boolean getShowQuickFiltersInToolbar()
true
to show quick filters in the toolbar;
false
otherwise.setShowQuickFiltersInToolbar(boolean)
public void setShowQuickFiltersInToolbar(boolean showQuickFiltersInToolbar_)
showQuickFiltersInToolbar_
- true
to show quick filters in the toolbar;
false
otherwise.getShowQuickFiltersInToolbar()
public java.lang.String getCustomToolbar()
setCustomToolbar(java.lang.String)
public void setCustomToolbar(java.lang.String customToolbar_)
customToolbar_
- the path to the custom toolbar.getCustomToolbar()
public boolean isUseCustomToolbar()
true
to use a custom toolbar; false
otherwise.public void setUseCustomToolbar(boolean useCustomToolbar_)
useCustomToolbar_
- true
to use a custom toolbar; false
otherwise.public java.lang.Integer getCustomChartHeight()
public void setCustomChartHeight(java.lang.Integer customChartHeight)
public java.lang.Integer getCustomChartWidth()
public void setCustomChartWidth(java.lang.Integer customChartWidth)
public boolean getShowLegend()
public void setShowLegend(boolean showLegend)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.