T - Value type, same as in ValueEngineerReferenceAwareValueIndexSupporting instead.@Deprecated public interface ValueIndexSupporting<T>
ValueEngineers supporting indexing and full text searching.
Implementors must provide indexing data for values.
| Modifier and Type | Field and Description |
|---|---|
static ValueEngineerAspectType<ValueIndexSupporting<?>> |
TYPE
Deprecated.
Aspect for
ValueEngineers supporting indexing and full text searching. |
| Modifier and Type | Method and Description |
|---|---|
void |
appendIndexData(ValueIndexer indexer,
T value)
Deprecated.
Asks to append indexing data for the given value to the handed indexer.
|
static final ValueEngineerAspectType<ValueIndexSupporting<?>> TYPE
ValueEngineers supporting indexing and full text searching.void appendIndexData(@NotNull ValueIndexer indexer, @NotNull T value)
indexer - The indexer to append to.value - The value to append data for.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408