Package wt.enterprise

Interface LinkComparison

All Known Implementing Classes:
BasicLinkComparison, ContentLinkComparison, PartUsageLinkComparison

public interface LinkComparison


Supported API: true

Extendable: false
  • Method Details

    • init

      void init(int number)


      Supported API: true

      Extendable: false
    • include

      void include(int i, Link link, WTObject relatedObj)


      Supported API: true

      Extendable: false
    • hasDifferences

      boolean hasDifferences()


      Supported API: true

      Extendable: false
    • getRelatedObject

      WTObject getRelatedObject()


      Supported API: true

      Extendable: false
    • getCompareValue

      String getCompareValue(int i)


      Supported API: true

      Extendable: false
    • getCompareValue

      String getCompareValue(int i, Locale locale)


      Supported API: true

      Extendable: false