| Package | Description |
|---|---|
| com.orchestranetworks.service.comparison |
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
|
| Modifier and Type | Method and Description |
|---|---|
ExtraOccurrenceOnRight |
DifferenceBetweenTables.getExtraOccurrenceOnRight(PrimaryKey aKey) |
| Modifier and Type | Method and Description |
|---|---|
List<ExtraOccurrenceOnRight> |
DifferenceBetweenTables.getExtraOccurrencesOnRight()
Returns the extra records on the right.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DifferenceBetweenTables.getExtraOccurrencesOnRight(List<? super ExtraOccurrenceOnRight> aCollection)
Adds the extra records on the right side to the specified collection.
|