Interface DifferenceBetweenOccurrences
- All Superinterfaces:
Difference,DifferenceBetweenContents
Represents the difference between two records.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the content on the left side.Returns the content on the right side.getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) Returns the record on the left side.Returns the record on the right side.Methods inherited from interface com.orchestranetworks.service.comparison.Difference
isResolvedModeMethods inherited from interface com.orchestranetworks.service.comparison.DifferenceBetweenContents
collectNodeDifferences, getNodeDifference, getNodeDifferences, getNodeDifferencesSize, isEmpty
-
Method Details
-
getOccurrenceOnLeft
Adaptation getOccurrenceOnLeft()Returns the record on the left side. -
getOccurrenceOnRight
Adaptation getOccurrenceOnRight()Returns the record on the right side. -
getContentOnLeft
Adaptation getContentOnLeft()Description copied from interface:DifferenceBetweenContentsReturns the content on the left side.- Specified by:
getContentOnLeftin interfaceDifferenceBetweenContents
-
getContentOnRight
Adaptation getContentOnRight()Description copied from interface:DifferenceBetweenContentsReturns the content on the right side.- Specified by:
getContentOnRightin interfaceDifferenceBetweenContents
-
getNodeDifferenceOnTargetChangeSet
NodeDifference getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) - Specified by:
getNodeDifferenceOnTargetChangeSetin interfaceDifferenceBetweenContents
-
getXPathPredicateOnLeft
String getXPathPredicateOnLeft() -
getXPathPredicateOnRight
String getXPathPredicateOnRight()
-