Interface IGraph3

  • All Superinterfaces:
    com4j.Com4jObject, IGraph, IGraph2

    public interface IGraph3
    extends IGraph2
    Represents a graph built through a method.
    • 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