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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<DisplayableValue<ItemPathType>>getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected ItemNameMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.AssociationAttributeMappingItemPathPanelFactory
getOrder, match, registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.AttributeMappingItemPathPanelFactory
createDisplayValue, createDisplayValue, getPanelMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.itempath.ItemPathPanelFactory
configureMethods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
AssociationReferenceMappingItemPathPanelFactory
public AssociationReferenceMappingItemPathPanelFactory()
-
-
Method Details
-
getItemNameForContainerOfAttributes
- Overrides:
getItemNameForContainerOfAttributesin classAssociationAttributeMappingItemPathPanelFactory
-
getAttributes
protected List<DisplayableValue<ItemPathType>> getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) - Overrides:
getAttributesin classAssociationAttributeMappingItemPathPanelFactory
-