wt.enterprise
Interface LinkComparison

All Known Implementing Classes:
BasicLinkComparison, ContentLinkComparison, PartUsageLinkComparison

public interface LinkComparison



Supported API: true

Extendable: false


Method Summary
 String getCompareValue(int i)
          

Supported API: true

Extendable: false
 String getCompareValue(int i, Locale locale)
          

Supported API: true

Extendable: false
 WTObject getRelatedObject()
          

Supported API: true

Extendable: false
 boolean hasDifferences()
          

Supported API: true

Extendable: false
 void include(int i, Link link, WTObject relatedObj)
          

Supported API: true

Extendable: false
 void init(int number)
          

Supported API: true

Extendable: false
 

Method Detail

init

public void init(int number)


Supported API: true

Extendable: false


include

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


Supported API: true

Extendable: false


hasDifferences

public boolean hasDifferences()


Supported API: true

Extendable: false


getRelatedObject

public WTObject getRelatedObject()


Supported API: true

Extendable: false


getCompareValue

public String getCompareValue(int i)


Supported API: true

Extendable: false


getCompareValue

public String getCompareValue(int i,
                              Locale locale)


Supported API: true

Extendable: false