Uses of Interface
com.evolveum.midpoint.schema.processor.ShadowItemDefinition
Packages that use ShadowItemDefinition
Package
Description
-
Uses of ShadowItemDefinition in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of ShadowItemDefinition in com.evolveum.midpoint.gui.api.prism.wrapper -
Uses of ShadowItemDefinition in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement ShadowItemDefinition -
Uses of ShadowItemDefinition in com.evolveum.midpoint.model.impl.schema.transform
Classes in com.evolveum.midpoint.model.impl.schema.transform that implement ShadowItemDefinitionModifier and TypeClassDescriptionstatic class
TODO is this used?static class
-
Uses of ShadowItemDefinition in com.evolveum.midpoint.schema.processor
Subinterfaces of ShadowItemDefinition in com.evolveum.midpoint.schema.processorModifier and TypeInterfaceDescriptioninterface
Definition of aShadowAssociation
, e.g., `ri:group`.interface
ShadowAttributeDefinition<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.interface
Definition of anShadowReferenceAttribute
.interface
Full prism definition of aShadowSimpleAttribute
: has a native part and a refined part from `schemaHandling`.Classes in com.evolveum.midpoint.schema.processor that implement ShadowItemDefinitionModifier and TypeClassDescriptionclass
The (currently) only implementation ofShadowAssociationDefinition
.class
ShadowAttributeDefinitionImpl<V extends PrismValue,
D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>, ND extends NativeShadowAttributeDefinition> Base implementation ofShadowSimpleAttributeDefinitionImpl
andShadowReferenceAttributeDefinitionImpl
.class
Definition of a shadow association item, e.g., `ri:group`.class
An 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 that return ShadowItemDefinitionModifier and TypeMethodDescriptiondefault @NotNull ShadowItemDefinition
ShadowAssociationDefinition.findObjectRefDefinitionRequired
(@NotNull ItemName itemName) default @NotNull ShadowItemDefinition
ShadowAssociationDefinition.findSimpleAttributeDefinitionRequired
(@NotNull ItemName itemName) @NotNull ShadowItemDefinition
ResourceObjectInboundProcessingDefinition.CompleteItemInboundDefinition.itemDefinition()
Returns the value of theitemDefinition
record component.Constructors in com.evolveum.midpoint.schema.processor with parameters of type ShadowItemDefinitionModifierConstructorDescriptionCompleteItemInboundDefinition
(@NotNull ItemPath path, @NotNull ShadowItemDefinition itemDefinition, @NotNull ResourceObjectInboundProcessingDefinition.ItemInboundProcessingDefinition inboundProcessingDefinition) Creates an instance of aCompleteItemInboundDefinition
record class. -
Uses of ShadowItemDefinition in com.evolveum.midpoint.schema.processor.deleg
Subinterfaces of ShadowItemDefinition in com.evolveum.midpoint.schema.processor.deleg