Interface IGraphBuilder2
-
- All Superinterfaces:
com4j.Com4jObject
,IGraphBuilder
public interface IGraphBuilder2 extends IGraphBuilder
Services for creating graphs by Table name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
createGraphDefinitionByTableName(java.lang.String tableName, int graphType)
For HP use.IGraph
getGraphResultFromString(java.lang.String input, IGraphDefinition pGraphDef)
Build the graph.java.lang.String
startBuildGraph(IGraphDefinition pGraphDef)
Build the graph.-
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.IGraphBuilder
buildGraph, buildMultipleGraphs, createGraphDefinition
-
-
-
-
Method Detail
-
createGraphDefinitionByTableName
com4j.Com4jObject createGraphDefinitionByTableName(java.lang.String tableName, int graphType)
For HP use. Create an IGraphDefinition2 object by Table name.
- Parameters:
tableName
- Mandatory java.lang.String parameter.graphType
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
startBuildGraph
java.lang.String startBuildGraph(IGraphDefinition pGraphDef)
Build the graph.
- Parameters:
pGraphDef
- Mandatory step.repository.alm.v16.otaclient.IGraphDefinition parameter.- Returns:
- Returns a value of type java.lang.String
-
getGraphResultFromString
IGraph getGraphResultFromString(java.lang.String input, IGraphDefinition pGraphDef)
Build the graph.
- Parameters:
input
- Mandatory java.lang.String parameter.pGraphDef
- Mandatory step.repository.alm.v16.otaclient.IGraphDefinition parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IGraph
-
-