Uses of Class
org.alfresco.util.schemacomp.Difference.Where
-
Packages that use Difference.Where Package Description org.alfresco.util.schemacomp -
-
Uses of Difference.Where in org.alfresco.util.schemacomp
Methods in org.alfresco.util.schemacomp that return Difference.Where Modifier and Type Method Description Difference.WhereDifference. getWhere()static Difference.WhereDifference.Where. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Difference.Where[]Difference.Where. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.util.schemacomp with parameters of type Difference.Where 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.Constructors in org.alfresco.util.schemacomp with parameters of type Difference.Where Constructor Description Difference(Difference.Where where, DbProperty left, DbProperty right)
-