Uses of Interface
com.evolveum.midpoint.schema.processor.ShadowReferenceAttributeDefinition
Packages that use ShadowReferenceAttributeDefinition
Package
Description
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
-
Uses of ShadowReferenceAttributeDefinition in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that return types with arguments of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescriptionCollection<? extends ShadowReferenceAttributeDefinition>
WrapperContext.getRefinedAssociationDefinitions()
Method parameters in com.evolveum.midpoint.gui.api.factory.wrapper with type arguments of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescriptionvoid
WrapperContext.setRefinedAssociationDefinitions
(Collection<? extends ShadowReferenceAttributeDefinition> shadowAssociationDefinitions) -
Uses of ShadowReferenceAttributeDefinition in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic
Constructors in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.basic with parameters of type ShadowReferenceAttributeDefinitionModifierConstructorDescriptionAssociationDefinitionWrapper
(ResourceObjectDefinition subject, ShadowReferenceAttributeDefinition refAttrDef, ResourceSchema resourceSchema) -
Uses of ShadowReferenceAttributeDefinition in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return types with arguments of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescriptionProvisioningObjectsUtil.getReferenceAssociationDefinition
(ResourceType resource, ShadowKindType kind, String intent) ProvisioningObjectsUtil.getShadowReferenceAttributeDefinitions
(CompleteResourceSchema resourceSchema) Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescriptionstatic ObjectFilter
ProvisioningObjectsUtil.createAssociationShadowRefFilter
(ShadowReferenceAttributeDefinition shadowReferenceAttributeDefinition, PrismContext prismContext, String resourceOid) Creates a filter that provides all shadows eligible as the target value for this association.static String
ProvisioningObjectsUtil.getAssociationDisplayName
(ShadowReferenceAttributeDefinition assocDef) static List<ShadowRelationParticipantType>
ProvisioningObjectsUtil.getObjectsOfSubject
(ShadowReferenceAttributeDefinition refAttrDef) -
Uses of ShadowReferenceAttributeDefinition in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config with parameters of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescription@NotNull QName
ShadowAssociationTypeObjectDefinitionConfigItem.getRefOrDefault
(@NotNull ShadowReferenceAttributeDefinition refAttrDef, @Nullable ResourceObjectDefinition assocDataObjectDef) Returns the object participant name for this association object. -
Uses of ShadowReferenceAttributeDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement ShadowReferenceAttributeDefinitionModifier and TypeClassDescriptionclass
Definition of a shadow association item, e.g., `ri:group`.Methods in com.evolveum.midpoint.schema.processor that return ShadowReferenceAttributeDefinitionModifier and TypeMethodDescription@NotNull ShadowReferenceAttributeDefinition
ShadowReferenceAttributeDefinition.clone()
@NotNull ShadowReferenceAttributeDefinition
ShadowReferenceAttributeDefinition.cloneWithNewCardinality
(int newMinOccurs, int newMaxOccurs) @NotNull ShadowReferenceAttributeDefinition
ShadowReferenceAttributeDefinitionImpl.cloneWithNewCardinality
(int newMinOccurs, int newMaxOccurs) AttributeDefinitionStore.findReferenceAttributeDefinition
(QName name) ResourceObjectDefinition.findReferenceAttributeDefinition
(QName name) default @NotNull ShadowReferenceAttributeDefinition
AttributeDefinitionStore.findReferenceAttributeDefinitionRequired
(QName name) default @NotNull ShadowReferenceAttributeDefinition
AttributeDefinitionStore.findReferenceAttributeDefinitionRequired
(QName name, Supplier<String> contextSupplier) ShadowReferenceAttribute.getDefinition()
TODO shouldn't be the definition always required?@NotNull ShadowReferenceAttributeDefinition
ShadowReferenceAttribute.getDefinitionRequired()
@NotNull ShadowReferenceAttributeDefinition
ShadowReferenceAttributeValue.getDefinitionRequired()
@NotNull ShadowReferenceAttributeDefinition
ShadowAssociationDefinition.getReferenceAttributeDefinition()
@NotNull ShadowReferenceAttributeDefinition
ShadowAssociationDefinitionImpl.getReferenceAttributeDefinition()
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescriptiondefault @NotNull List<? extends ShadowReferenceAttributeDefinition>
AttributeDefinitionStore.getReferenceAttributeDefinitions()
Returns definitions of all associations as an unmodifiable collection.default @NotNull List<? extends ShadowReferenceAttributeDefinition>
ResourceObjectDefinition.getReferenceAttributeDefinitions()
Constructors in com.evolveum.midpoint.schema.processor with parameters of type ShadowReferenceAttributeDefinitionModifierConstructorDescriptionShadowReferenceAttribute
(QName name, ShadowReferenceAttributeDefinition definition) -
Uses of ShadowReferenceAttributeDefinition in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return types with arguments of type ShadowReferenceAttributeDefinitionModifier and TypeMethodDescriptiondefault @NotNull List<? extends ShadowReferenceAttributeDefinition>
ResourceObjectDefinitionDelegator.getReferenceAttributeDefinitions()