Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.IterationMethodType
-
Packages that use IterationMethodType Package Description com.evolveum.midpoint.schema com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of IterationMethodType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return IterationMethodType Modifier and Type Method Description IterationMethodTypeGetOperationOptions. getIterationMethod()static IterationMethodTypeGetOperationOptions. getIterationMethod(GetOperationOptions options)Methods in com.evolveum.midpoint.schema with parameters of type IterationMethodType Modifier and Type Method Description static GetOperationOptionsGetOperationOptions. createIterationMethod(IterationMethodType value)Whether to override default iteration method (in searchObjectsIterative) configured for particular DBMS.GetOperationOptionsGetOperationOptions. iterationMethod(IterationMethodType iterationMethod)GetOperationOptionsBuilderGetOperationOptionsBuilder. iterationMethod(IterationMethodType value)GetOperationOptionsBuilderGetOperationOptionsBuilderImpl. iterationMethod(IterationMethodType value)voidGetOperationOptions. setIterationMethod(IterationMethodType iterationMethod) -
Uses of IterationMethodType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type IterationMethodType Modifier and Type Method Description static voidSelectorQualifiedGetOptionsUtil. merge(@NotNull SelectorQualifiedGetOptionsType base, @Nullable IterationMethodType method) -
Uses of IterationMethodType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return IterationMethodType Modifier and Type Method Description static IterationMethodTypeIterationMethodType. fromValue(String v)IterationMethodTypeGetOperationOptionsType. getIterationMethod()static IterationMethodTypeIterationMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static IterationMethodType[]IterationMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type IterationMethodType Modifier and Type Method Description GetOperationOptionsTypeGetOperationOptionsType. iterationMethod(IterationMethodType value)voidGetOperationOptionsType. setIterationMethod(IterationMethodType value)
-