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 boolean
FullTextSearchUtil.isEnabled
(FullTextSearchConfigurationType config) static boolean
FullTextSearchUtil.isEnabledFor
(FullTextSearchConfigurationType config, Class<?> clazz) static boolean
FullTextSearchUtil.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.FACTORY
Methods 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) void
SystemConfigurationType.setFullTextSearch
(FullTextSearchConfigurationType value)