Interface IGraphBuilder2

  • All Superinterfaces:
    com4j.Com4jObject, IGraphBuilder

    public interface IGraphBuilder2
    extends IGraphBuilder
    Services for creating graphs by Table name.
    • 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