Package | Description |
---|---|
org.alfresco.util.schemacomp |
Modifier and Type | Method and Description |
---|---|
DbProperty |
ValidationResult.getDbProperty() |
DbProperty |
Difference.getLeft() |
DbProperty |
Difference.getRight() |
Modifier and Type | Method and Description |
---|---|
void |
Results.add(Difference.Where where,
DbProperty left,
DbProperty right)
Record a difference between two objects, or specify that an object only appears in either the
'left' or 'right' schemas.
|
void |
ComparisonUtils.compareSimple(DbProperty left,
DbProperty right,
DiffContext ctx)
Compare two 'simple' (i.e.
|
void |
DefaultComparisonUtils.compareSimple(DbProperty leftProperty,
DbProperty rightProperty,
DiffContext ctx) |
void |
ComparisonUtils.compareSimpleCollections(DbProperty leftProperty,
DbProperty rightProperty,
DiffContext ctx)
Compare two collections.
|
void |
DefaultComparisonUtils.compareSimpleCollections(DbProperty leftProp,
DbProperty rightProp,
DiffContext ctx) |
void |
ComparisonUtils.compareSimpleOrderedLists(DbProperty leftProperty,
DbProperty rightProperty,
DiffContext ctx)
Compare two
List s of 'simple' (i.e. |
void |
DefaultComparisonUtils.compareSimpleOrderedLists(DbProperty refProp,
DbProperty targetProp,
DiffContext ctx) |
void |
ValidationResult.setDbProperty(DbProperty dbProperty) |
Constructor and Description |
---|
Difference(Difference.Where where,
DbProperty left,
DbProperty right) |
ValidationResult(DbProperty dbProperty,
String message) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.