Class AssociationReferenceMappingItemPathPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ItemPathType>
com.evolveum.midpoint.gui.impl.factory.panel.itempath.ItemPathPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.itempath.AttributeMappingItemPathPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.itempath.AssociationAttributeMappingItemPathPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.itempath.AssociationReferenceMappingItemPathPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
,Serializable
@Component
public class AssociationReferenceMappingItemPathPanelFactory
extends AssociationAttributeMappingItemPathPanelFactory
implements Serializable
- Author:
- lskublik
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<DisplayableValue<ItemPathType>>
getAttributes
(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected ItemName
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.AssociationAttributeMappingItemPathPanelFactory
getOrder, match, register
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.AttributeMappingItemPathPanelFactory
createDisplayValue, createDisplayValue, getPanel
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.ItemPathPanelFactory
configure
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
AssociationReferenceMappingItemPathPanelFactory
public AssociationReferenceMappingItemPathPanelFactory()
-
-
Method Details
-
getItemNameForContainerOfAttributes
- Overrides:
getItemNameForContainerOfAttributes
in classAssociationAttributeMappingItemPathPanelFactory
-
getAttributes
protected List<DisplayableValue<ItemPathType>> getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) - Overrides:
getAttributes
in classAssociationAttributeMappingItemPathPanelFactory
-