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 ItemNamegetOrder()<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods 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
-
AssociationAttributeMappingItemPathPanelFactory
public AssociationAttributeMappingItemPathPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
registerin classAttributeMappingItemPathPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
matchin classAttributeMappingItemPathPanelFactory
-
getItemNameForContainerOfAttributes
-
getAttributes
protected List<DisplayableValue<ItemPathType>> getAttributes(ResourceSchema schema, PrismValueWrapper<ItemPathType> propertyWrapper) - Overrides:
getAttributesin classAttributeMappingItemPathPanelFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
getOrderin classAttributeMappingItemPathPanelFactory
-