Uses of Class
com.evolveum.midpoint.prism.path.ItemPath.CompareResult
-
Packages that use ItemPath.CompareResult Package Description com.evolveum.midpoint.prism.path -
-
Uses of ItemPath.CompareResult in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return ItemPath.CompareResult Modifier and Type Method Description default ItemPath.CompareResultItemPath. compareComplex(@Nullable ItemPath otherPath)Compares two item paths.static ItemPath.CompareResultItemPathComparatorUtil. compareComplex(@Nullable ItemPath path1, @Nullable ItemPath path2)static ItemPath.CompareResultItemPath.CompareResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemPath.CompareResult[]ItemPath.CompareResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-