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 voidapplyDefaultObjectType(@NotNull ObjectSetType set, @NotNull QName type)static voidassumeObjectType(@NotNull ObjectSetType set, @NotNull QName superType)Fills-in the expected type or checks that provided one is not contradicting it.static @NotNull ObjectSetTypefromConfiguration(ObjectSetType configured)static @NotNull ObjectSetTypefromLegacySource(@NotNull LegacyWorkDefinitionSource source)static ObjectSetTypefromRef(ObjectReferenceType ref, QName defaultTypeName)static ObjectSetBasedWorkDefinitionTypegetObjectSetDefinitionFromTask(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)
-
-