Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AttributeFetchStrategyType
-
Packages that use AttributeFetchStrategyType Package Description com.evolveum.midpoint.common.refinery com.evolveum.midpoint.common.refinery.deleg com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AttributeFetchStrategyType in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery with parameters of type AttributeFetchStrategyType Modifier and Type Method Description voidRefinedAttributeDefinitionImpl. setFetchStrategy(AttributeFetchStrategyType fetchStrategy) -
Uses of AttributeFetchStrategyType in com.evolveum.midpoint.common.refinery.deleg
Methods in com.evolveum.midpoint.common.refinery.deleg that return AttributeFetchStrategyType Modifier and Type Method Description default AttributeFetchStrategyTypeRefinedAttributeDefinitionDelegator. getFetchStrategy() -
Uses of AttributeFetchStrategyType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AttributeFetchStrategyType Modifier and Type Method Description static AttributeFetchStrategyTypeAttributeFetchStrategyType. fromValue(String v)AttributeFetchStrategyTypeResourceBidirectionalMappingType. getFetchStrategy()AttributeFetchStrategyTypeResourceItemDefinitionType. getFetchStrategy()AttributeFetchStrategyTypeResourcePasswordDefinitionType. getFetchStrategy()static AttributeFetchStrategyTypeAttributeFetchStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeFetchStrategyType[]AttributeFetchStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-