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 AttributeFetchStrategyTypeModifier and TypeMethodDescription@NotNull AttributeFetchStrategyTypeResourceAttributeWrapperImpl.getFetchStrategy() -
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 interface@NotNull AttributeFetchStrategyTypeShadowAttributeDefinition.getFetchStrategy()Returns configured fetch strategy.@NotNull AttributeFetchStrategyTypeShadowAttributeDefinitionImpl.getFetchStrategy()default @Nullable AttributeFetchStrategyTypeResourceObjectDefinition.getLastLoginTimestampFetchStrategy()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 @NotNull AttributeFetchStrategyTypeResourceAttributeDefinitionDelegator.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()ResourceLastLoginTimestampDefinitionType.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) ResourceLastLoginTimestampDefinitionType.fetchStrategy(AttributeFetchStrategyType value) ResourceObjectAssociationType.fetchStrategy(AttributeFetchStrategyType value) ResourcePasswordDefinitionType.fetchStrategy(AttributeFetchStrategyType value) voidResourceBidirectionalMappingType.setFetchStrategy(AttributeFetchStrategyType value) voidResourceItemDefinitionType.setFetchStrategy(AttributeFetchStrategyType value) voidResourceLastLoginTimestampDefinitionType.setFetchStrategy(AttributeFetchStrategyType value) voidResourcePasswordDefinitionType.setFetchStrategy(AttributeFetchStrategyType value)