Class IndexingConfigurationImpl
java.lang.Object
com.evolveum.midpoint.model.impl.lens.indexing.IndexingConfigurationImpl
- All Implemented Interfaces:
IndexingConfiguration
TODO
PRELIMINARY VERSION - e.g. no support for object template inclusion, etc
-
Method Summary
Modifier and TypeMethodDescription@Nullable IndexingItemConfiguration
getForPath
(@NotNull ItemPath path) @NotNull Collection<IndexingItemConfiguration>
getItems()
boolean
static @NotNull IndexingConfiguration
of
(@Nullable ObjectTemplateType objectTemplate) toString()
-
Method Details
-
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
- Specified by:
getForPath
in interfaceIndexingConfiguration
-
hasNoItems
public boolean hasNoItems()- Specified by:
hasNoItems
in interfaceIndexingConfiguration
-
toString
-