Class SourceOfFocusMappingPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<VariableBindingDefinitionType>
com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition.VariableBindingDefinitionTypePanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition.SourceOrTargetOfMappingPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition.SourceOfFocusMappingPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<VariableBindingDefinitionType>>,Serializable
@Component
public class SourceOfFocusMappingPanelFactory
extends SourceOrTargetOfMappingPanelFactory
implements Serializable
- See Also:
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition.SourceOrTargetOfMappingPanelFactory
MATCHED_PATHS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAvailableVariables(String input, org.apache.wicket.model.IModel<PrismPropertyWrapper<VariableBindingDefinitionType>> itemWrapperModel, PageBase pageBase) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) protected booleanMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition.SourceOrTargetOfMappingPanelFactory
createSourcePath, createTargetPath, getMatchedPaths, getOrder, getPanelMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.variablebindingdefinition.VariableBindingDefinitionTypePanelFactory
registerMethods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure
-
Constructor Details
-
SourceOfFocusMappingPanelFactory
public SourceOfFocusMappingPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<VariableBindingDefinitionType>>- Overrides:
matchin classSourceOrTargetOfMappingPanelFactory
-
getAvailableVariables
protected List<String> getAvailableVariables(String input, org.apache.wicket.model.IModel<PrismPropertyWrapper<VariableBindingDefinitionType>> itemWrapperModel, PageBase pageBase) - Overrides:
getAvailableVariablesin classSourceOrTargetOfMappingPanelFactory
-
stripVariableSegment
protected boolean stripVariableSegment()- Overrides:
stripVariableSegmentin classSourceOrTargetOfMappingPanelFactory
-