Interface IGraph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
colCount()
The number of columns.java.lang.String
colName(int col)
Gets the name of the specified column.int
colTotal(int col)
The sum of the values in the specified graph data column.short
colType(int col)
For HP use.IList
crossDrillDown(java.lang.Object areas)
Cross project graph data drill-down.int
data(int col, int row)
The data in the specified cell.IList
drillDown(java.lang.Object pAreas, java.lang.Object mAreas)
Drills down to graph data.int
graphTotal()
The total number of items represented in the graph.int
maxValue()
The maximum value in the graph.IList
multiDrillDown(java.lang.Object areas)
Gets detailed information about a graph area consisting of four sets of coordinates.int
rowCount()
The number of rows.java.lang.String
rowName(int row)
Gets the row name of the specified row.int
rowTotal(int row)
The sum of the values in the specified graph data row.java.util.Date
startDate()
The start date for the graph.IList
warnings()
Returns a list of warnings returned for this graph by the server.java.lang.Object
warnings(int index)
-
-
-
Method Detail
-
colName
java.lang.String colName(int col)
Gets the name of the specified column. Column numbers are zero-based.
Getter method for the COM property "ColName"
- Parameters:
col
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
rowName
java.lang.String rowName(int row)
Gets the row name of the specified row. Row numbers are zero-based.
Getter method for the COM property "RowName"
- Parameters:
row
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.String
-
colType
short colType(int col)
For HP use. The column type.
Getter method for the COM property "ColType"
- Parameters:
col
- Mandatory int parameter.- Returns:
- Returns a value of type short
-
data
int data(int col, int row)
The data in the specified cell. Column and Row numbers are zero-based.
Getter method for the COM property "Data"
- Parameters:
col
- Mandatory int parameter.row
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
colCount
int colCount()
The number of columns.
Getter method for the COM property "ColCount"
- Returns:
- Returns a value of type int
-
rowCount
int rowCount()
The number of rows.
Getter method for the COM property "RowCount"
- Returns:
- Returns a value of type int
-
drillDown
IList drillDown(java.lang.Object pAreas, java.lang.Object mAreas)
Drills down to graph data.
- Parameters:
pAreas
- Mandatory java.lang.Object parameter.mAreas
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
maxValue
int maxValue()
The maximum value in the graph.
Getter method for the COM property "MaxValue"
- Returns:
- Returns a value of type int
-
graphTotal
int graphTotal()
The total number of items represented in the graph.
Getter method for the COM property "GraphTotal"
- Returns:
- Returns a value of type int
-
rowTotal
int rowTotal(int row)
The sum of the values in the specified graph data row. The row number is zero-based.
Getter method for the COM property "RowTotal"
- Parameters:
row
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
colTotal
int colTotal(int col)
The sum of the values in the specified graph data column. The column number is zero-based.
Getter method for the COM property "ColTotal"
- Parameters:
col
- Mandatory int parameter.- Returns:
- Returns a value of type int
-
multiDrillDown
IList multiDrillDown(java.lang.Object areas)
Gets detailed information about a graph area consisting of four sets of coordinates.
- Parameters:
areas
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
startDate
java.util.Date startDate()
The start date for the graph.
Getter method for the COM property "StartDate"
- Returns:
- Returns a value of type java.util.Date
-
warnings
IList warnings()
Returns a list of warnings returned for this graph by the server.
Getter method for the COM property "Warnings"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
warnings
java.lang.Object warnings(int index)
-
crossDrillDown
IList crossDrillDown(java.lang.Object areas)
Cross project graph data drill-down.
- Parameters:
areas
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-