Interface IGraph3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
crossDrillDownEx(java.lang.Object areas, com4j.Com4jObject parameterMap)
Cross project graph data drill-down.IList
drillDownData(java.lang.String entityType, java.lang.String idList)
Request for drill down data.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IGraph
colCount, colName, colTotal, colType, crossDrillDown, data, drillDown, graphTotal, maxValue, multiDrillDown, rowCount, rowName, rowTotal, startDate, warnings, warnings
-
Methods inherited from interface step.repository.alm.v16.otaclient.IGraph2
metadataAttribute
-
-
-
-
Method Detail
-
drillDownData
IList drillDownData(java.lang.String entityType, java.lang.String idList)
Request for drill down data. Pass entity type and a list of IDs and get a list of entities (as in NewList request)
- Parameters:
entityType
- Mandatory java.lang.String parameter.idList
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
crossDrillDownEx
IList crossDrillDownEx(java.lang.Object areas, com4j.Com4jObject parameterMap)
Cross project graph data drill-down.
- Parameters:
areas
- Mandatory java.lang.Object parameter.parameterMap
- Mandatory com4j.Com4jObject parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-