Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.FullTextSearchConfigurationType
Packages that use FullTextSearchConfigurationType
Package
Description
-
Uses of FullTextSearchConfigurationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type FullTextSearchConfigurationTypeModifier and TypeMethodDescriptionFullTextSearchUtil.createWords(FullTextSearchConfigurationType config, ObjectType object) Returns words to index or null if there is nothing to index.FullTextSearchUtil.getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) FullTextSearchUtil.getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, List<QName> types) static booleanFullTextSearchUtil.isEnabled(FullTextSearchConfigurationType config) static booleanFullTextSearchUtil.isEnabledFor(FullTextSearchConfigurationType config, Class<?> clazz) static booleanFullTextSearchUtil.isEnabledFor(FullTextSearchConfigurationType config, List<QName> types) static <T extends ObjectType>
booleanFullTextSearchUtil.isObjectTextInfoRecomputationNeeded(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?, ?>> modifications) -
Uses of FullTextSearchConfigurationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type FullTextSearchConfigurationTypeModifier and TypeFieldDescriptionstatic final Producer<FullTextSearchConfigurationType>FullTextSearchConfigurationType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return FullTextSearchConfigurationTypeModifier and TypeMethodDescriptionSystemConfigurationType.beginFullTextSearch()FullTextSearchConfigurationType.clone()ObjectFactory.createFullTextSearchConfigurationType()SystemConfigurationType.getFullTextSearch()FullTextSearchConfigurationType.indexed(FullTextSearchIndexedItemsConfigurationType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FullTextSearchConfigurationTypeModifier and TypeMethodDescriptionSystemConfigurationType.fullTextSearch(FullTextSearchConfigurationType value) voidSystemConfigurationType.setFullTextSearch(FullTextSearchConfigurationType value)