Class AbstractDiscrepancyProcessor

java.lang.Object
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyProcessor
Direct Known Subclasses:
AbstractCriteria, AbstractDiscrepancyDelegate, AbstractDiscrepancyDetector, AbstractDiscrepancyResolver, AbstractDiscrepancyVerifier, DefaultReconciliationDelegate, ExistingDownstreamResolver, TargetPathResolver

public abstract class AbstractDiscrepancyProcessor extends Object
Base abstract class for compare service processors like comparators, collector post processors. Place for common methods and some caching for all components to reuse some calculations.

Supported API: true

Extendable: false
  • Method Details

    • isSamePath

      protected boolean isSamePath(AssociativePath currentPath, AssociativePath oldPath)
      Validates if current and old paths are same. For performance so that we don't try to detect for same paths

      Supported API: true