Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CachedShadowsUseType
Packages that use CachedShadowsUseType
Package
Description
-
Uses of CachedShadowsUseType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return CachedShadowsUseTypeModifier and TypeMethodDescriptionstatic @Nullable CachedShadowsUseTypeModelExecuteOptions.getCachedShadowsUse(ModelExecuteOptions options) -
Uses of CachedShadowsUseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CachedShadowsUseTypeModifier and TypeMethodDescriptionstatic CachedShadowsUseTypeModelExecuteOptionsType.getCachedShadowsUse()ShadowCachingPolicyType.getDefaultCacheUse()static CachedShadowsUseTypeReturns the enum constant of this class with the specified name.static CachedShadowsUseType[]CachedShadowsUseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachedShadowsUseTypeModifier and TypeMethodDescriptionModelExecuteOptionsType.cachedShadowsUse(CachedShadowsUseType value) ShadowCachingPolicyType.defaultCacheUse(CachedShadowsUseType value) voidModelExecuteOptionsType.setCachedShadowsUse(CachedShadowsUseType value) voidShadowCachingPolicyType.setDefaultCacheUse(CachedShadowsUseType value)