| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.base.api | |
| org.eclipse.incquery.runtime.base.api.filters |
| Modifier and Type | Method and Description |
|---|---|
IBaseIndexObjectFilter |
BaseIndexOptions.getObjectFilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseIndexOptions.setObjectFilterConfiguration(IBaseIndexObjectFilter filter)
Deprecated.
Unsafe to use as setting it after the engine has been is undefined; use
BaseIndexOptions.withResourceFilterConfiguration(IBaseIndexResourceFilter) instead |
BaseIndexOptions |
BaseIndexOptions.withObjectFilterConfiguration(IBaseIndexObjectFilter filter)
Adds an object-level filter to the indexer configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBaseIndexFilter
An index filter that is based on a collection of
Notifier instances. |