Uses of Interface
com.orchestranetworks.service.comparison.DifferenceBetweenTables
Packages that use DifferenceBetweenTables
Package
Description
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
-
Uses of DifferenceBetweenTables in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return DifferenceBetweenTablesModifier and TypeMethodDescriptionstatic DifferenceBetweenTablesDifferenceHelper.compareAdaptationTables(AdaptationTable tableOnLeft, AdaptationTable tableOnRight, boolean isResolvedMode) Performs a comparison between two tables.static DifferenceBetweenTablesDifferenceHelper.compareTableByDate(AdaptationTable table, boolean isResolvedMode, Date aStartDate, Date aEndDate) Performs a comparison between two dates for a table and returns the result.static DifferenceBetweenTablesDifferenceHelper.compareTableByDate(AdaptationTable table, Date aStartDate, Date aEndDate) Performs a comparison between two dates for a table and returns the result.The comparison operates in unresolved mode by default.static DifferenceBetweenTablesDifferenceHelper.compareTableByTxId(AdaptationTable table, boolean isResolvedMode, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transaction times for a table and returns the result.static DifferenceBetweenTablesDifferenceHelper.compareTableByTxId(AdaptationTable table, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transaction times for a table and returns the result.The comparison operates in unresolved mode by default.DifferenceBetweenInstances.getDeltaTable(Path tablePath) Methods in com.orchestranetworks.service.comparison that return types with arguments of type DifferenceBetweenTablesModifier and TypeMethodDescriptionDifferenceBetweenInstances.getDeltaTables()Returns all table differences.