T
- Value type, same as in ValueEngineer
ReferenceAwareValueIndexSupporting
instead.@Deprecated public interface ValueIndexSupporting<T>
ValueEngineer
s 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
ValueEngineer s 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
ValueEngineer
s 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500