Uses of Interface
com.orchestranetworks.service.comparison.DifferenceBetweenHomes
Packages that use DifferenceBetweenHomes
Package
Description
Provides classes and interfaces for implementing specific services and access rules on EBX®.
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 DifferenceBetweenHomesModifier and TypeMethodDescriptionArchiveExportSpec.getDifferencesBetweenHomes()Returns the change set to include in the archive.Methods in com.orchestranetworks.service with parameters of type DifferenceBetweenHomesModifier and TypeMethodDescriptionvoidArchiveExportSpec.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 DifferenceBetweenHomesModifier and TypeMethodDescriptionstatic DifferenceBetweenHomesDifferenceHelper.compareDataspaceByDate(AdaptationHome aDataspace, boolean isResolvedMode, Date aStartDate, Date aEndDate) Performs a comparison between two transaction dates for a dataspace and returns the result.static DifferenceBetweenHomesDifferenceHelper.compareDataspaceByDate(AdaptationHome aDataspace, Date aStartDate, Date aEndDate) Performs a comparison between two transaction dates for a dataspace and returns the result.The comparison operates in unresolved mode by default.static DifferenceBetweenHomesDifferenceHelper.compareDataspaceByTransactionID(AdaptationHome aDataspace, boolean isResolvedMode, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transactions for a dataspace or a snapshot and returns the result.static DifferenceBetweenHomesDifferenceHelper.compareDataspaceByTransactionID(AdaptationHome aDataspace, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transactions for a dataspace or a snapshot and returns the result.The comparison operates in unresolved mode by default.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 DifferenceBetweenHomesModifier and TypeMethodDescriptionDifferenceBetweenContents.getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) DifferenceBetweenInstances.getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) DifferenceBetweenOccurrences.getNodeDifferenceOnTargetChangeSet(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet)