Interface IRuleManager

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IRuleManager
    extends com4j.Com4jObject
    Services for managing the notification rules.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject getRule​(int id)
      Gets a traceability notification rule by its ID.
      IList rules​(boolean needRefresh)
      A list of all the Rule objects.
      • Methods inherited from interface com4j.Com4jObject

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

      • getRule

        com4j.Com4jObject getRule​(int id)

        Gets a traceability notification rule by its ID.

        Parameters:
        id - Mandatory int parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • rules

        IList rules​(@DefaultValue("0")
                    boolean needRefresh)

        A list of all the Rule objects.

        Getter method for the COM property "Rules"

        Parameters:
        needRefresh - Optional parameter. Default value is false
        Returns:
        Returns a value of type otaclient.IList