Uses of Class
org.alfresco.util.schemacomp.DbProperty
Packages that use DbProperty
-
Uses of DbProperty in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return DbPropertyModifier and TypeMethodDescriptionValidationResult.getDbProperty()Difference.getLeft()Difference.getRight()Methods in org.alfresco.util.schemacomp with parameters of type DbPropertyModifier and TypeMethodDescriptionvoidResults.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.voidComparisonUtils.compareSimple(DbProperty left, DbProperty right, DiffContext ctx) Compare two 'simple' (i.e. non-DbObject) objects using theirObject.equals(Object)method to decide if there is a difference.voidDefaultComparisonUtils.compareSimple(DbProperty leftProperty, DbProperty rightProperty, DiffContext ctx) voidComparisonUtils.compareSimpleCollections(DbProperty leftProperty, DbProperty rightProperty, DiffContext ctx) Compare two collections.voidDefaultComparisonUtils.compareSimpleCollections(DbProperty leftProp, DbProperty rightProp, DiffContext ctx) voidComparisonUtils.compareSimpleOrderedLists(DbProperty leftProperty, DbProperty rightProperty, DiffContext ctx) voidDefaultComparisonUtils.compareSimpleOrderedLists(DbProperty refProp, DbProperty targetProp, DiffContext ctx) voidValidationResult.setDbProperty(DbProperty dbProperty) Constructors in org.alfresco.util.schemacomp with parameters of type DbPropertyModifierConstructorDescriptionDifference(Difference.Where where, DbProperty left, DbProperty right) ValidationResult(DbProperty dbProperty, String message)