Class ObjectSetUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.task.work.ObjectSetUtil
-
public class ObjectSetUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectSetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
fromConfiguration(ObjectSetType configured)
static @NotNull ObjectSetType
fromLegacySource(@NotNull LegacyWorkDefinitionSource source)
static ObjectSetType
fromRef(ObjectReferenceType ref, QName defaultTypeName)
static ObjectSetBasedWorkDefinitionType
getObjectSetDefinitionFromTask(TaskType task)
-
-
-
Method Detail
-
fromLegacySource
@NotNull public static @NotNull ObjectSetType fromLegacySource(@NotNull @NotNull LegacyWorkDefinitionSource source)
-
fromRef
public static ObjectSetType fromRef(ObjectReferenceType ref, QName defaultTypeName)
-
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)
-
fromConfiguration
@NotNull public static @NotNull ObjectSetType fromConfiguration(ObjectSetType configured)
-
getObjectSetDefinitionFromTask
public static ObjectSetBasedWorkDefinitionType getObjectSetDefinitionFromTask(TaskType task)
-
-