Class GetOperationOptionsUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.GetOperationOptionsUtil
-
public class GetOperationOptionsUtil extends Object
Utilities related to GetOperationOptions and their externalized ("bean") representation.
-
-
Constructor Summary
Constructors Constructor Description GetOperationOptionsUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<SelectorOptions<GetOperationOptions>>
optionsBeanToOptions(SelectorQualifiedGetOptionsType objectOptionsType)
static @NotNull SelectorQualifiedGetOptionsType
optionsToOptionsBean(@NotNull Collection<SelectorOptions<GetOperationOptions>> options)
static SelectorQualifiedGetOptionsType
optionsToOptionsBeanNullable(Collection<SelectorOptions<GetOperationOptions>> options)
-
-
-
Method Detail
-
optionsToOptionsBeanNullable
@Contract("null -> null; !null -> !null") public static SelectorQualifiedGetOptionsType optionsToOptionsBeanNullable(Collection<SelectorOptions<GetOperationOptions>> options)
-
optionsToOptionsBean
@NotNull public static @NotNull SelectorQualifiedGetOptionsType optionsToOptionsBean(@NotNull @NotNull Collection<SelectorOptions<GetOperationOptions>> options)
-
optionsBeanToOptions
public static List<SelectorOptions<GetOperationOptions>> optionsBeanToOptions(SelectorQualifiedGetOptionsType objectOptionsType)
-
-