Uses of Class
org.alfresco.util.schemacomp.Result
-
Packages that use Result Package Description org.alfresco.util.schemacomp -
-
Uses of Result in org.alfresco.util.schemacomp
Subclasses of Result in org.alfresco.util.schemacomp Modifier and Type Class Description classDifferenceResult of a comparison between two database objects.classRedundantDbObjectIf more than one DB item in the target schema matches a reference DB item then this result will be issued.classValidationResultResults of a validation operation.Methods in org.alfresco.util.schemacomp that return Result Modifier and Type Method Description ResultResults. get(int i)Get the ith result.Methods in org.alfresco.util.schemacomp that return types with arguments of type Result Modifier and Type Method Description java.util.Iterator<Result>Results. iterator()Obtain an iterator for the top-level items held in this schema - since this is a hierarchical model, deeper items are obtained by navigating through the top-level items.Methods in org.alfresco.util.schemacomp with parameters of type Result Modifier and Type Method Description voidResults. add(Result result)
-