Interface DifferenceBetweenOccurrences
-
- All Superinterfaces:
Difference,DifferenceBetweenContents
public interface DifferenceBetweenOccurrences extends DifferenceBetweenContents
Represents the difference between two records.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptationgetContentOnLeft()Returns the content on the left side.AdaptationgetContentOnRight()Returns the content on the right side.NodeDifferencegetNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet)AdaptationgetOccurrenceOnLeft()Returns the record on the left side.AdaptationgetOccurrenceOnRight()Returns the record on the right side.StringgetXPathPredicateOnLeft()StringgetXPathPredicateOnRight()-
Methods inherited from interface com.orchestranetworks.service.comparison.Difference
isResolvedMode
-
Methods inherited from interface com.orchestranetworks.service.comparison.DifferenceBetweenContents
collectNodeDifferences, getNodeDifference, getNodeDifferences, getNodeDifferencesSize, isEmpty
-
-
-
-
Method Detail
-
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()
-
-