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

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