Class AbstractDiscrepancyProcessor
java.lang.Object
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyProcessor
- Direct Known Subclasses:
AbstractCriteria,AbstractDiscrepancyDelegate,AbstractDiscrepancyDetector,AbstractDiscrepancyResolver,AbstractDiscrepancyVerifier,DefaultReconciliationDelegate,ExistingDownstreamResolver,TargetPathResolver
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
Supported API: true
Extendable: false
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTODO: Document me
Supported API: true
Extendable: false -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisSamePath(AssociativePath currentPath, AssociativePath oldPath) Validates if current and old paths are same.
-
Method Details
-
isSamePath
Validates if current and old paths are same. For performance so that we don't try to detect for same paths
Supported API: true
-