Uses of Interface
com.evolveum.midpoint.schema.processor.ShadowAttributeDefinition
Packages that use ShadowAttributeDefinition
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of ShadowAttributeDefinition in com.evolveum.midpoint.gui.api.prism.wrapper -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return types with arguments of type ShadowAttributeDefinitionModifier and TypeMethodDescriptionstatic List<ShadowAttributeDefinition>WebPrismUtil.searchAttributeDefinitions(ResourceSchema schema, ResourceObjectTypeDefinitionType objectType) -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.gui.impl.factory.panel.itempath
Methods in com.evolveum.midpoint.gui.impl.factory.panel.itempath with parameters of type ShadowAttributeDefinitionModifier and TypeMethodDescriptionprotected DisplayableValue<ItemPathType>AttributeMappingItemPathPanelFactory.createDisplayValue(ShadowAttributeDefinition attr) -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.gui.impl.factory.panel.qname
Methods in com.evolveum.midpoint.gui.impl.factory.panel.qname that return types with arguments of type ShadowAttributeDefinitionModifier and TypeMethodDescriptionprotected List<? extends ShadowAttributeDefinition>QNameAttributePanelFactory.getShadowAttributeDefinitions(PrismValueWrapper<QName> propertyWrapper, PageBase pageBase) -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement ShadowAttributeDefinition -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor with type parameters of type ShadowAttributeDefinitionModifier and TypeInterfaceDescriptioninterfaceShadowAttribute<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>> Access to bothShadowSimpleAttributeandShadowReferenceAttribute.interfaceShadowAttributeDefinition<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>> Definition of aShadowAttribute: simple or reference one. .classShadowAttributeDefinitionImpl<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>, ND extends NativeShadowAttributeDefinition> Base implementation ofShadowSimpleAttributeDefinitionImplandShadowReferenceAttributeDefinitionImpl.Subinterfaces of ShadowAttributeDefinition in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterfaceDefinition of anShadowReferenceAttribute.interfaceFull prism definition of aShadowSimpleAttribute: has a native part and a refined part from `schemaHandling`.Classes in com.evolveum.midpoint.schema.processor that implement ShadowAttributeDefinitionModifier and TypeClassDescriptionclassShadowAttributeDefinitionImpl<V extends PrismValue,D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>, ND extends NativeShadowAttributeDefinition> Base implementation ofShadowSimpleAttributeDefinitionImplandShadowReferenceAttributeDefinitionImpl.classDefinition of a shadow association item, e.g., `ri:group`.classAn attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.Methods in com.evolveum.midpoint.schema.processor with type parameters of type ShadowAttributeDefinitionModifier and TypeMethodDescriptiondefault <AD extends ShadowAttributeDefinition<?,?, ?, ?>>
@NotNull List<? extends AD>AttributeDefinitionStore.getAttributeDefinitions(Class<AD> type) Returns all attribute definitions of given type as an unmodifiable collection.Methods in com.evolveum.midpoint.schema.processor that return ShadowAttributeDefinitionModifier and TypeMethodDescription@NotNull ShadowAttributeDefinition<V,D, RV, SA> ShadowAttributeDefinition.clone()@Nullable ShadowAttributeDefinition<?,?, ?, ?> AbstractResourceObjectDefinitionImpl.findAttributeDefinition(QName name, boolean caseInsensitive) default @Nullable ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinition(QName name) Finds a definition of a simple attribute with a given name.@Nullable ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinition(QName name, boolean caseInsensitive) Finds an attribute definition by looking at the property name.@Nullable ShadowAttributeDefinition<?,?, ?, ?> CompositeObjectDefinitionImpl.findAttributeDefinition(QName name, boolean caseInsensitive) default @NotNull ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinitionRequired(@NotNull QName name) default @NotNull ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinitionRequired(@NotNull QName name, Object context) default @NotNull ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinitionStrictlyRequired(@NotNull QName name) Finds a definition of an attribute with a given name.default @NotNull ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findAttributeDefinitionStrictlyRequired(@NotNull QName name, @NotNull Supplier<String> contextSupplier) Finds a definition of an attribute with a given name.default ShadowAttributeDefinition<?,?, ?, ?> AttributeDefinitionStore.findShadowAttributeDefinitionRequired(@NotNull ItemName itemName, boolean ignoreCase, Object errorCtx) TODO ... ignoreCase will be part of the schema, soon ...@NotNull ShadowAttributeDefinition<V,D, RV, SA> Creates a view of the current definition for a given layer.Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowAttributeDefinitionModifier and TypeMethodDescription@NotNull List<? extends ShadowAttributeDefinition<?,?, ?, ?>> AbstractResourceObjectDefinitionImpl.getAttributeDefinitions()@NotNull List<? extends ShadowAttributeDefinition<?,?, ?, ?>> AttributeDefinitionStore.getAttributeDefinitions()Returns all attribute definitions as an unmodifiable collection.@NotNull List<? extends ShadowAttributeDefinition<?,?, ?, ?>> CompositeObjectDefinitionImpl.getAttributeDefinitions()@NotNull Collection<ShadowAttributeDefinition<?,?, ?, ?>> AbstractResourceObjectDefinitionImpl.getAttributesVolatileOnAddOperation()@NotNull Collection<ShadowAttributeDefinition<?,?, ?, ?>> CompositeObjectDefinitionImpl.getAttributesVolatileOnAddOperation()@NotNull Collection<ShadowAttributeDefinition<?,?, ?, ?>> ResourceObjectDefinition.getAttributesVolatileOnAddOperation()@NotNull Collection<ShadowAttributeDefinition<?,?, ?, ?>> AbstractResourceObjectDefinitionImpl.getAttributesVolatileOnModifyOperation()@NotNull Collection<ShadowAttributeDefinition<?,?, ?, ?>> CompositeObjectDefinitionImpl.getAttributesVolatileOnModifyOperation()@NotNull Collection<ShadowAttributeDefinition<?,?, ?, ?>> ResourceObjectDefinition.getAttributesVolatileOnModifyOperation() -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of ShadowAttributeDefinition in com.evolveum.midpoint.schema.processor.delegMethods in com.evolveum.midpoint.schema.processor.deleg that return ShadowAttributeDefinitionModifier and TypeMethodDescriptiondefault @Nullable ShadowAttributeDefinition<?,?, ?, ?> ResourceObjectDefinitionDelegator.findAttributeDefinition(QName name) default @Nullable ShadowAttributeDefinition<?,?, ?, ?> ResourceObjectDefinitionDelegator.findAttributeDefinition(QName name, boolean caseInsensitive) -
Uses of ShadowAttributeDefinition in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type ShadowAttributeDefinitionModifier and TypeMethodDescriptionstatic @NotNull ItemCachedStatusShadowUtil.isAttributeLoaded(@NotNull ItemName attrName, @Nullable PrismObject<ShadowType> shadow, @NotNull ResourceObjectDefinition definition, @Nullable ShadowAttributeDefinition<?, ?, ?, ?> attrDefOverride, @NotNull XMLGregorianCalendar now)