Class SearchConfigurationWrapperFactory

java.lang.Object
com.evolveum.midpoint.gui.impl.component.search.SearchConfigurationWrapperFactory

public class SearchConfigurationWrapperFactory extends Object
Factory responsible for creating PropertySearchItemWrapper instances based on registered AbstractSearchItemWrapperFactory implementations.

The order of factories in the factories list is important — the first factory that matches the SearchItemContext is used. If no previous factory matches, TextSearchItemWrapperFactory is applied as the default fallback.