atg.markers
Interface MarkerDuplicateComparator

All Known Implementing Classes:
CompareByProperties

public interface MarkerDuplicateComparator

This interface defines the contract for a class that determines if two markers are duplicates of each other.

Objects of this type are called by instances of RepositoryMarkerManager when handling duplication modes.

See Also:
RepositoryMarkerManager

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 boolean isDuplicateMarker(RepositoryItem pMarker1, RepositoryItem pMarker2)
          This method determines if the two markers are duplicates of each other.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

isDuplicateMarker

boolean isDuplicateMarker(RepositoryItem pMarker1,
                          RepositoryItem pMarker2)
                          throws MarkerException
This method determines if the two markers are duplicates of each other.

Parameters:
pMarker1 - marker 1 to use in comparison
pMarker2 - marker 2 to use in comparison
Returns:
boolean true if markers are duplicates of each other
Throws:
MarkerException