Uses of Interface
com.evolveum.midpoint.schema.processor.ShadowAssociationDefinition
Packages that use ShadowAssociationDefinition
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 ShadowAssociationDefinition in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return ShadowAssociationDefinitionModifier and TypeMethodDescriptionstatic ShadowAssociationDefinitionProvisioningObjectsUtil.getRefinedAssociationDefinition(ItemName association, ConstructionType construction, PageBase pageBase) static ShadowAssociationDefinitionAssociationChildWrapperUtil.getShadowAssociationDefinition(PrismValueWrapper propertyWrapper, PageAdminLTE pageBase) static ShadowAssociationDefinitionAssociationChildWrapperUtil.getShadowAssociationDefinition(ResourceSchema schema, PrismValueWrapper propertyWrapper) Methods in com.evolveum.midpoint.gui.impl.util that return types with arguments of type ShadowAssociationDefinitionModifier and TypeMethodDescriptionstatic List<ShadowAssociationDefinition>ProvisioningObjectsUtil.getReferenceAssociationDefinition(ConstructionType construction, PageBase pageBase) static List<ShadowAssociationDefinition>ProvisioningObjectsUtil.getRefinedAssociationDefinition(ResourceType resource, ShadowKindType kind, String intent) Methods in com.evolveum.midpoint.gui.impl.util with parameters of type ShadowAssociationDefinitionModifier and TypeMethodDescriptionstatic StringProvisioningObjectsUtil.getAssociationDisplayName(ShadowAssociationDefinition assocDef) -
Uses of ShadowAssociationDefinition in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config with parameters of type ShadowAssociationDefinitionModifier and TypeMethodDescription@NotNull ItemNameAbstractAttributeMappingsDefinitionConfigItem.getObjectRefOrDefault(@NotNull ShadowAssociationDefinition associationDefinition) The default value is determined from the association definition (which must be already parsed). -
Uses of ShadowAssociationDefinition in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor that implement ShadowAssociationDefinitionModifier and TypeClassDescriptionclassThe (currently) only implementation ofShadowAssociationDefinition.Methods in com.evolveum.midpoint.schema.processor that return ShadowAssociationDefinitionModifier and TypeMethodDescription@NotNull ShadowAssociationDefinitionShadowAssociationDefinition.clone()AbstractResourceObjectDefinitionImpl.findAssociationDefinition(QName name) AssociationDefinitionStore.findAssociationDefinition(QName name) CompositeObjectDefinitionImpl.findAssociationDefinition(QName name) default ShadowAssociationDefinitionAssociationDefinitionStore.findAssociationDefinitionRequired(QName name) default ShadowAssociationDefinitionAssociationDefinitionStore.findAssociationDefinitionRequired(QName name, Object context) @NotNull ShadowAssociationDefinitionShadowAssociation.getDefinition()@NotNull ShadowAssociationDefinitionShadowAssociationValue.getDefinition()@NotNull ShadowAssociationDefinitionShadowAssociationValue.getDefinitionRequired()Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowAssociationDefinitionModifier and TypeMethodDescription@NotNull List<ShadowAssociationDefinition>AbstractResourceObjectDefinitionImpl.getAssociationDefinitions()@NotNull List<? extends ShadowAssociationDefinition>AssociationDefinitionStore.getAssociationDefinitions()@NotNull List<? extends ShadowAssociationDefinition>CompositeObjectDefinitionImpl.getAssociationDefinitions()default Collection<? extends ShadowAssociationDefinition>ResourceObjectDefinition.getAssociationDefinitionsFor(@NotNull ItemName refAttrName) @NotNull List<? extends ShadowAssociationDefinition>ShadowAssociationsContainerDefinition.getAssociationsDefinitions()@NotNull List<? extends ShadowAssociationDefinition>ShadowAssociationsContainerDefinitionImpl.getAssociationsDefinitions()@NotNull List<? extends ShadowAssociationDefinition>ShadowAssociationsContainerDefinition.getDefinitions()@NotNull List<? extends ShadowAssociationDefinition>ShadowAssociationsContainerDefinitionImpl.getDefinitions()Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowAssociationDefinitionModifier and TypeMethodDescriptionstatic ShadowAssociationShadowAssociation.empty(@NotNull ShadowAssociationDefinition definition) static ShadowAssociationShadowAssociation.empty(@NotNull QName name, @NotNull ShadowAssociationDefinition definition) static ShadowAssociationValueShadowAssociationValue.empty(@NotNull ShadowAssociationDefinition definition) Creates an empty value.ResourceObjectInboundProcessingDefinition.forAssociationSynchronization(@NotNull ShadowAssociationDefinition associationDefinition, @NotNull AssociationSynchronizationExpressionEvaluatorType bean, @Nullable VariableBindingDefinitionType targetBean) static @NotNull ShadowAssociationValueShadowAssociationValue.fromAssociationDataObject(@NotNull AbstractShadow associationObject, @NotNull ShadowAssociationDefinition associationDefinition) Creates a new value from the association object (a shadow).static @NotNull ShadowAssociationValueShadowAssociationValue.fromBean(@NotNull ShadowAssociationValueType bean, @NotNull ShadowAssociationDefinition associationDef) Converts association value bean to wrappedShadowAssociationValuebasically by cloning its content and selected properties (e.g., parent and ID).