Interface ISupportHierarchicalFilter

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISupportHierarchicalFilter
    extends com4j.Com4jObject
    Support for the hierarchical filter.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList getFilteredChildren​(int fatherID, ITDFilter filter)
      Returns a list of children of the specified parent that match the filter.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • getFilteredChildren

        IList getFilteredChildren​(int fatherID,
                                  @DefaultValue("0")
                                  ITDFilter filter)

        Returns a list of children of the specified parent that match the filter.

        Parameters:
        fatherID - Mandatory int parameter.
        filter - Optional parameter. Default value is 0
        Returns:
        Returns a value of type otaclient.IList