Class ObjectSetUtil

java.lang.Object
com.evolveum.midpoint.schema.util.task.work.ObjectSetUtil

public class ObjectSetUtil extends Object
  • 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

      @NotNull public static @NotNull ObjectSetType emptyIfNull(ObjectSetType configured)