Class ResourceObjectSetUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.task.work.ResourceObjectSetUtil
-
public class ResourceObjectSetUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectSetUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull ResourceObjectSetType
fromConfiguration(ResourceObjectSetType resourceObjects)
static @NotNull ResourceObjectSetType
fromLegacySource(@NotNull LegacyWorkDefinitionSource source)
static @Nullable ResourceObjectSetType
fromTask(TaskType task)
static void
removeQuery(ResourceObjectSetType set)
static void
setDefaultQueryApplicationMode(ResourceObjectSetType set, ResourceObjectSetQueryApplicationModeType mode)
-
-
-
Method Detail
-
fromLegacySource
@NotNull public static @NotNull ResourceObjectSetType fromLegacySource(@NotNull @NotNull LegacyWorkDefinitionSource source)
-
removeQuery
public static void removeQuery(ResourceObjectSetType set)
-
setDefaultQueryApplicationMode
public static void setDefaultQueryApplicationMode(ResourceObjectSetType set, ResourceObjectSetQueryApplicationModeType mode)
-
fromConfiguration
@NotNull public static @NotNull ResourceObjectSetType fromConfiguration(ResourceObjectSetType resourceObjects)
-
fromTask
@Nullable public static @Nullable ResourceObjectSetType fromTask(TaskType task)
-
-