Class SearchConfigurationWrapperFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.component.search.SearchConfigurationWrapperFactory
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertySearchItemWrappercreatePropertySearchItemWrapper(Class<?> type, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType item, SearchContext additionalSearchContext, CompiledObjectCollectionView collectionView, ModelServiceLocator modelServiceLocator)
-
Constructor Details
-
SearchConfigurationWrapperFactory
public SearchConfigurationWrapperFactory()
-
-
Method Details
-
createPropertySearchItemWrapper
public static PropertySearchItemWrapper createPropertySearchItemWrapper(Class<?> type, PathKeyedMap<ItemDefinition<?>> availableSearchItems, SearchItemType item, SearchContext additionalSearchContext, CompiledObjectCollectionView collectionView, ModelServiceLocator modelServiceLocator)
-