Class AssociationAttributeMappingItemPathPanelFactory
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
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
,Serializable
- Direct Known Subclasses:
AssociationReferenceMappingItemPathPanelFactory
@Component
public class AssociationAttributeMappingItemPathPanelFactory
extends AttributeMappingItemPathPanelFactory
implements Serializable
- Author:
- lskublik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<DisplayableValue<ItemPathType>>
getAttributes
(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) protected ItemName
getOrder()
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
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
-
AssociationAttributeMappingItemPathPanelFactory
public AssociationAttributeMappingItemPathPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
register
in classAttributeMappingItemPathPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
match
in classAttributeMappingItemPathPanelFactory
-
getItemNameForContainerOfAttributes
-
getAttributes
protected List<DisplayableValue<ItemPathType>> getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) - Overrides:
getAttributes
in classAttributeMappingItemPathPanelFactory
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
getOrder
in classAttributeMappingItemPathPanelFactory
-