Class ObjectSetUtil
java.lang.Object
com.evolveum.midpoint.schema.util.task.work.ObjectSetUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
applyDefaultObjectType
(@NotNull ObjectSetType set, @NotNull QName type) static void
assumeObjectType
(@NotNull ObjectSetType set, @NotNull QName superType) Fills-in the expected type or checks that provided one is not contradicting it.static @NotNull ObjectSetType
emptyIfNull
(ObjectSetType configured)
-
Constructor Details
-
ObjectSetUtil
public ObjectSetUtil()
-
-
Method Details
-
assumeObjectType
public static void assumeObjectType(@NotNull @NotNull ObjectSetType set, @NotNull @NotNull QName superType) Fills-in the expected type or checks that provided one is not contradicting it. -
applyDefaultObjectType
public static void applyDefaultObjectType(@NotNull @NotNull ObjectSetType set, @NotNull @NotNull QName type) -
emptyIfNull
-