Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AttributeFetchStrategyType
Packages that use AttributeFetchStrategyType
Package
Description
-
Uses of AttributeFetchStrategyType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return AttributeFetchStrategyType -
Uses of AttributeFetchStrategyType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return AttributeFetchStrategyTypeModifier and TypeMethodDescriptiondefault @Nullable AttributeFetchStrategyTypeResourceObjectDefinition.getActivationFetchStrategy(ItemName itemName) TODO Rarely used, consider removing from the interfaceResourceAttributeDefinition.getFetchStrategy()Returns configured fetch strategy.ResourceAttributeDefinitionImpl.getFetchStrategy()default @Nullable AttributeFetchStrategyTypeResourceObjectDefinition.getPasswordFetchStrategy()TODO Rarely used, consider removing from the interface -
Uses of AttributeFetchStrategyType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return AttributeFetchStrategyTypeModifier and TypeMethodDescriptiondefault AttributeFetchStrategyTypeAttributeDefinitionDelegator.getFetchStrategy()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 AttributeFetchStrategyTypeModifier and TypeMethodDescriptionstatic AttributeFetchStrategyTypeResourceBidirectionalMappingType.getFetchStrategy()ResourceItemDefinitionType.getFetchStrategy()ResourcePasswordDefinitionType.getFetchStrategy()static AttributeFetchStrategyTypeReturns the enum constant of this class with the specified name.static AttributeFetchStrategyType[]AttributeFetchStrategyType.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 AttributeFetchStrategyTypeModifier and TypeMethodDescriptionResourceAttributeDefinitionType.fetchStrategy(AttributeFetchStrategyType value) ResourceBidirectionalMappingAndDefinitionType.fetchStrategy(AttributeFetchStrategyType value) ResourceBidirectionalMappingType.fetchStrategy(AttributeFetchStrategyType value) ResourceItemDefinitionType.fetchStrategy(AttributeFetchStrategyType value) ResourceObjectAssociationType.fetchStrategy(AttributeFetchStrategyType value) ResourcePasswordDefinitionType.fetchStrategy(AttributeFetchStrategyType value) voidResourceBidirectionalMappingType.setFetchStrategy(AttributeFetchStrategyType value) voidResourceItemDefinitionType.setFetchStrategy(AttributeFetchStrategyType value) voidResourcePasswordDefinitionType.setFetchStrategy(AttributeFetchStrategyType value)