Package com.evolveum.midpoint.prism.util
Class ItemPathTypeUtil
- java.lang.Object
-
- com.evolveum.midpoint.prism.util.ItemPathTypeUtil
-
public class ItemPathTypeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ItemPathTypeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QNameasSingleName(ItemPathType pathType)static @NotNull ItemNameasSingleNameOrFail(@NotNull ItemPathType pathType)static @Nullable ItemNameasSingleNameOrFailNullSafe(@Nullable ItemPathType pathType)static booleanisEmpty(ItemPathType pathType)
-
-
-
Method Detail
-
asSingleNameOrFail
@NotNull public static @NotNull ItemName asSingleNameOrFail(@NotNull @NotNull ItemPathType pathType)
-
asSingleNameOrFailNullSafe
@Nullable public static @Nullable ItemName asSingleNameOrFailNullSafe(@Nullable @Nullable ItemPathType pathType)
-
asSingleName
public static QName asSingleName(ItemPathType pathType)
-
isEmpty
public static boolean isEmpty(ItemPathType pathType)
-
-