Uses of Interface
com.orchestranetworks.service.comparison.DifferenceBetweenHomes
-
Packages that use DifferenceBetweenHomes Package Description com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.service.comparison Provides classes and interfaces for to compute differences between adaptations, homes and examine the results. -
-
Uses of DifferenceBetweenHomes in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return DifferenceBetweenHomes Modifier and Type Method Description DifferenceBetweenHomesArchiveExportSpec. getDifferencesBetweenHomes()Returns the change set to include in the archive.Methods in com.orchestranetworks.service with parameters of type DifferenceBetweenHomes Modifier and Type Method Description voidArchiveExportSpec. setDifferencesBetweenHomes(DifferenceBetweenHomes differencesBetweenHomes)Specifies the change set to include in the archive. -
Uses of DifferenceBetweenHomes in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return DifferenceBetweenHomes Modifier and Type Method Description static DifferenceBetweenHomesDifferenceHelper. compareHomes(AdaptationHome leftHome, AdaptationHome rightHome, boolean isResolvedMode)Compares two dataspaces or snapshots and returns the result.Methods in com.orchestranetworks.service.comparison with parameters of type DifferenceBetweenHomes Modifier and Type Method Description NodeDifferenceDifferenceBetweenContents. getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet)NodeDifferenceDifferenceBetweenInstances. getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet)NodeDifferenceDifferenceBetweenOccurrences. getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet)
-