Uses of Class
com.evolveum.midpoint.model.impl.util.DataModelUtil.PathResolutionResult
-
Packages that use DataModelUtil.PathResolutionResult Package Description com.evolveum.midpoint.model.impl.util -
-
Uses of DataModelUtil.PathResolutionResult in com.evolveum.midpoint.model.impl.util
Methods in com.evolveum.midpoint.model.impl.util that return DataModelUtil.PathResolutionResult Modifier and Type Method Description static @Nullable DataModelUtil.PathResolutionResult
DataModelUtil. resolvePath(@NotNull ItemPath path, @NotNull DataModelUtil.PathResolutionContext context)
static @Nullable DataModelUtil.PathResolutionResult
DataModelUtil. resolvePathForType(@NotNull Class<? extends ObjectType> clazz, @NotNull ItemPath path, @NotNull DataModelUtil.PathResolutionContext context)
-