Uses of Class
org.alfresco.util.schemacomp.DbProperty
-
Packages that use DbProperty Package Description org.alfresco.util.schemacomp -
-
Uses of DbProperty in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return DbProperty Modifier and Type Method Description DbPropertyValidationResult. getDbProperty()DbPropertyDifference. getLeft()DbPropertyDifference. getRight()Methods in org.alfresco.util.schemacomp with parameters of type DbProperty Modifier and Type Method Description voidResults. 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.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)Compare twoLists of 'simple' (i.e.voidDefaultComparisonUtils. compareSimpleOrderedLists(DbProperty refProp, DbProperty targetProp, DiffContext ctx)voidValidationResult. setDbProperty(DbProperty dbProperty)Constructors in org.alfresco.util.schemacomp with parameters of type DbProperty Constructor Description Difference(Difference.Where where, DbProperty left, DbProperty right)ValidationResult(DbProperty dbProperty, java.lang.String message)
-