Interface ILinkFactory

  • All Superinterfaces:
    com4j.Com4jObject, IBaseFactory

    public interface ILinkFactory
    extends IBaseFactory
    Services to manage Link objects.
    • Method Detail

      • owner

        com4j.Com4jObject owner()

        For HP use. Gets the factory owner object

        Getter method for the COM property "Owner"

        Returns:
        Returns a value of type com4j.Com4jObject
      • fullLinkage

        boolean fullLinkage()

        Indicates that NewList returns child objects in addition to the current object.

        Getter method for the COM property "FullLinkage"

        Returns:
        Returns a value of type boolean
      • fullLinkage

        void fullLinkage​(boolean pVal)

        Indicates that NewList returns child objects in addition to the current object.

        Setter method for the COM property "FullLinkage"

        Parameters:
        pVal - Mandatory boolean parameter.