Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowCheckType
-
Packages that use ShadowCheckType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ShadowCheckType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ShadowCheckType Modifier and Type Method Description static ShadowCheckTypeResourceTypeUtil. getShadowConstraintsCheck(ResourceType resource) -
Uses of ShadowCheckType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ShadowCheckType Modifier and Type Method Description static ShadowCheckTypeShadowCheckType. fromValue(String v)ShadowCheckTypeResourceConsistencyType. getShadowConstraintsCheck()static ShadowCheckTypeShadowCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShadowCheckType[]ShadowCheckType. 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 ShadowCheckType Modifier and Type Method Description voidResourceConsistencyType. setShadowConstraintsCheck(ShadowCheckType value)ResourceConsistencyTypeResourceConsistencyType. shadowConstraintsCheck(ShadowCheckType value)
-