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 IndexingItemConfigurationgetForPath(@NotNull ItemPath path) @NotNull Collection<IndexingItemConfiguration>getItems()booleanstatic @NotNull IndexingConfigurationof(@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:
getItemsin interfaceIndexingConfiguration- Throws:
ConfigurationException
-
getForPath
- Specified by:
getForPathin interfaceIndexingConfiguration
-
hasNoItems
public boolean hasNoItems()- Specified by:
hasNoItemsin interfaceIndexingConfiguration
-
toString
-