Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.FullTextSearchConfigurationType
-
Packages that use FullTextSearchConfigurationType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of FullTextSearchConfigurationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type FullTextSearchConfigurationType Modifier and Type Method Description static @Nullable Set<String>FullTextSearchUtil. createWords(FullTextSearchConfigurationType config, ObjectType object)Returns words to index or null if there is nothing to index.static @NotNull Set<ItemPath>FullTextSearchUtil. getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)static booleanFullTextSearchUtil. isEnabled(FullTextSearchConfigurationType config)static booleanFullTextSearchUtil. isEnabledFor(FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz)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
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return FullTextSearchConfigurationType Modifier and Type Method Description FullTextSearchConfigurationTypeSystemConfigurationType. beginFullTextSearch()FullTextSearchConfigurationTypeFullTextSearchConfigurationType. clone()FullTextSearchConfigurationTypeObjectFactory. createFullTextSearchConfigurationType()Create an instance ofFullTextSearchConfigurationTypeFullTextSearchConfigurationTypeFullTextSearchConfigurationType. enabled(Boolean value)FullTextSearchConfigurationTypeSystemConfigurationType. getFullTextSearch()FullTextSearchConfigurationTypeFullTextSearchConfigurationType. id(Long value)FullTextSearchConfigurationTypeFullTextSearchConfigurationType. indexed(FullTextSearchIndexedItemsConfigurationType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type FullTextSearchConfigurationType Modifier and Type Method Description SystemConfigurationTypeSystemConfigurationType. fullTextSearch(FullTextSearchConfigurationType value)voidSystemConfigurationType. setFullTextSearch(FullTextSearchConfigurationType value)
-