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.CompareResult
ItemPath. compareComplex(@Nullable ItemPath otherPath)
Compares two item paths.static ItemPath.CompareResult
ItemPathComparatorUtil. compareComplex(@Nullable ItemPath path1, @Nullable ItemPath path2)
static ItemPath.CompareResult
ItemPath.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.
-