Package step.repository.alm.otaclient
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)
Create an IGraphDefinition2 object by Table Name.-
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.otaclient.IGraphBuilder
buildGraph, buildMultipleGraphs, createGraphDefinition
-
-
-
-
Method Detail
-
createGraphDefinitionByTableName
com4j.Com4jObject createGraphDefinitionByTableName(java.lang.String tableName, int graphType)
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
-
-