Interface ConfiguredSearchIndexingPlanFilter
-
- All Known Implementing Classes:
ConfiguredSearchIndexingPlanFilter.ExcludeAll,ConfiguredSearchIndexingPlanFilter.Filter,ConfiguredSearchIndexingPlanFilter.IncludeAll
public interface ConfiguredSearchIndexingPlanFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfiguredSearchIndexingPlanFilter.ExcludeAllstatic classConfiguredSearchIndexingPlanFilter.Filterstatic classConfiguredSearchIndexingPlanFilter.IncludeAll
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ConfiguredSearchIndexingPlanFiltercreate(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes)booleanisIncluded(PojoRawTypeIdentifier<?> typeIdentifier)default booleansupportsAsyncProcessing()
-
-
-
Method Detail
-
isIncluded
boolean isIncluded(PojoRawTypeIdentifier<?> typeIdentifier)
-
supportsAsyncProcessing
default boolean supportsAsyncProcessing()
-
create
static ConfiguredSearchIndexingPlanFilter create(Set<PojoRawTypeIdentifier<?>> includes, Set<PojoRawTypeIdentifier<?>> excludes)
-
-