Class FullTextSearchUtil
java.lang.Object
com.evolveum.midpoint.schema.util.FullTextSearchUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateWords(FullTextSearchConfigurationType config, ObjectType object) Returns words to index or null if there is nothing to index.getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) getFullTextSearchItemPaths(@NotNull FullTextSearchConfigurationType config, List<QName> types) static booleanstatic booleanisEnabledFor(FullTextSearchConfigurationType config, Class<?> clazz) static booleanisEnabledFor(FullTextSearchConfigurationType config, List<QName> types) static <T extends ObjectType>
 booleanisObjectTextInfoRecomputationNeeded(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?, ?>> modifications) 
- 
Constructor Details- 
FullTextSearchUtilpublic FullTextSearchUtil()
 
- 
- 
Method Details- 
isEnabled
- 
isEnabledFor
- 
isEnabledFor
- 
getFullTextSearchItemPaths@NotNull public static @NotNull Set<ItemPath> getFullTextSearchItemPaths(@NotNull @NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) 
- 
getFullTextSearchItemPaths@NotNull public static @NotNull Set<ItemPath> getFullTextSearchItemPaths(@NotNull @NotNull FullTextSearchConfigurationType config, List<QName> types) 
- 
isObjectTextInfoRecomputationNeededpublic static <T extends ObjectType> boolean isObjectTextInfoRecomputationNeeded(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?, ?>> modifications) 
- 
createWords@Nullable public static @Nullable Set<String> createWords(FullTextSearchConfigurationType config, ObjectType object) Returns words to index or null if there is nothing to index.
 
-