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 IndexingItemConfiguration
getForPath(@NotNull ItemPath path)
@NotNull Collection<IndexingItemConfiguration>
getItems()
boolean
hasNoItems()
static @NotNull IndexingConfiguration
of(@Nullable ObjectTemplateType objectTemplate)
String
toString()
-
-
-
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:
getItems
in interfaceIndexingConfiguration
- Throws:
ConfigurationException
-
getForPath
@Nullable public @Nullable IndexingItemConfiguration getForPath(@NotNull @NotNull ItemPath path)
- Specified by:
getForPath
in interfaceIndexingConfiguration
-
hasNoItems
public boolean hasNoItems()
- Specified by:
hasNoItems
in interfaceIndexingConfiguration
-
-