Class IndexingItemConfigurationImpl
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.indexing.IndexingItemConfigurationImpl
-
- All Implemented Interfaces:
IndexingItemConfiguration,Serializable
public class IndexingItemConfigurationImpl extends Object implements Serializable, IndexingItemConfiguration
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexedItemValueNormalizerfindNormalizer(@Nullable String index)IndexedItemValueNormalizergetDefaultNormalizer()@NotNull StringgetName()@NotNull Collection<IndexedItemValueNormalizer>getNormalizers()@NotNull ItemPathgetPath()@NotNull ItemNamegetQualifiedName()static @NotNull IndexingItemConfigurationof(@NotNull ItemRefinedDefinitionType itemDefBean, @NotNull ItemIndexingDefinitionType indexingDefBean)StringtoString()
-
-
-
Method Detail
-
of
@NotNull public static @NotNull IndexingItemConfiguration of(@NotNull @NotNull ItemRefinedDefinitionType itemDefBean, @NotNull @NotNull ItemIndexingDefinitionType indexingDefBean) throws ConfigurationException
- Throws:
ConfigurationException
-
getName
@NotNull public @NotNull String getName()
- Specified by:
getNamein interfaceIndexingItemConfiguration
-
getQualifiedName
@NotNull public @NotNull ItemName getQualifiedName()
- Specified by:
getQualifiedNamein interfaceIndexingItemConfiguration
-
getPath
@NotNull public @NotNull ItemPath getPath()
- Specified by:
getPathin interfaceIndexingItemConfiguration
-
getNormalizers
@NotNull public @NotNull Collection<IndexedItemValueNormalizer> getNormalizers()
- Specified by:
getNormalizersin interfaceIndexingItemConfiguration
-
findNormalizer
public IndexedItemValueNormalizer findNormalizer(@Nullable @Nullable String index) throws ConfigurationException
- Specified by:
findNormalizerin interfaceIndexingItemConfiguration- Throws:
ConfigurationException
-
getDefaultNormalizer
public IndexedItemValueNormalizer getDefaultNormalizer() throws ConfigurationException
- Specified by:
getDefaultNormalizerin interfaceIndexingItemConfiguration- Throws:
ConfigurationException
-
-