Class AnalysisAttributeFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<Collection<ItemPathType>>
com.evolveum.midpoint.gui.impl.factory.panel.mining.AnalysisAttributeFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<Collection<ItemPathType>>>
@Component
public class AnalysisAttributeFactory
extends AbstractInputGuiComponentFactory<Collection<ItemPathType>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext<Collection<ItemPathType>> panelCtx, org.apache.wicket.Component component) getOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<Collection<ItemPathType>> panelCtx) getProcessMode
(@NotNull PrismPropertyPanelContext<AnalysisAttributeSettingType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
AnalysisAttributeFactory
public AnalysisAttributeFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<Collection<ItemPathType>>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<Collection<ItemPathType>>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<Collection<ItemPathType>>
-
configure
public void configure(PrismPropertyPanelContext<Collection<ItemPathType>> panelCtx, org.apache.wicket.Component component) - Specified by:
configure
in interfaceGuiComponentFactory<PrismPropertyPanelContext<Collection<ItemPathType>>>
- Overrides:
configure
in classAbstractInputGuiComponentFactory<Collection<ItemPathType>>
-
getProcessMode
public RoleAnalysisProcessModeType getProcessMode(@NotNull @NotNull PrismPropertyPanelContext<AnalysisAttributeSettingType> panelCtx)
-