Interface ConfiguredSearchIndexingPlanFilter
- All Known Implementing Classes:
ConfiguredSearchIndexingPlanFilter.ExcludeAll
,ConfiguredSearchIndexingPlanFilter.Filter
,ConfiguredSearchIndexingPlanFilter.IncludeAll
public interface ConfiguredSearchIndexingPlanFilter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes) boolean
isIncluded
(PojoRawTypeIdentifier<?> typeIdentifier) default boolean
-
Method Details
-
isIncluded
-
supportsAsyncProcessing
default boolean supportsAsyncProcessing() -
create
static ConfiguredSearchIndexingPlanFilter create(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes)
-