static DifferenceBetweenInstances |
DifferenceHelper.compareDatasetByDate(Adaptation aDataset,
Date aStartDate,
Date aEndDate) |
Performs a comparison between two transaction dates for a dataset and returns the result.
|
static DifferenceBetweenInstances |
DifferenceHelper.compareDatasetByTransactionID(Adaptation aDataset,
long aStartTransactionId,
long aEndTransactionId) |
Performs a comparison between two transaction for a dataset and returns the result.
|
static DifferenceBetweenInstances |
DifferenceHelper.compareInstances(Adaptation instanceOnLeft,
Adaptation instanceOnRight,
boolean isResolvedMode) |
Performs a comparison between two datasets.
|
DifferenceBetweenInstances |
DifferenceBetweenTables.getContainer() |
Returns the container.
|
DifferenceBetweenInstances |
DifferenceBetweenHomes.getDeltaInstance(AdaptationName instanceName) |
For values, returns the differences of the dataset, null if there are no differences or
if dataset only exists on the left or on the right.
|