Class IndexingConfigurationImpl
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.indexing.IndexingConfigurationImpl
-
- All Implemented Interfaces:
IndexingConfiguration
public class IndexingConfigurationImpl extends Object implements IndexingConfiguration
TODO PRELIMINARY VERSION - e.g. no support for object template inclusion, etc
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable IndexingItemConfigurationgetForPath(@NotNull ItemPath path)@NotNull Collection<IndexingItemConfiguration>getItems()booleanhasNoItems()static @NotNull IndexingConfigurationof(@Nullable ObjectTemplateType objectTemplate)StringtoString()
-
-
-
Method Detail
-
of
@NotNull public static @NotNull IndexingConfiguration of(@Nullable @Nullable ObjectTemplateType objectTemplate) throws ConfigurationException
- Throws:
ConfigurationException
-
getItems
@NotNull public @NotNull Collection<IndexingItemConfiguration> getItems() throws ConfigurationException
- Specified by:
getItemsin interfaceIndexingConfiguration- Throws:
ConfigurationException
-
getForPath
@Nullable public @Nullable IndexingItemConfiguration getForPath(@NotNull @NotNull ItemPath path)
- Specified by:
getForPathin interfaceIndexingConfiguration
-
hasNoItems
public boolean hasNoItems()
- Specified by:
hasNoItemsin interfaceIndexingConfiguration
-
-