|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
T - Value type, same as in ValueEngineerpublic interface ValueIndexSupporting<T>
Aspect for ValueEngineers supporting indexing and full text searching.
Implementors must ValueIndexSupporting.appendIndexData(ValueIndexer, Object) provide indexing data} for values.
| Field Summary | |
|---|---|
static ValueEngineerAspectType<ValueIndexSupporting<?>> |
TYPE
Aspect for ValueEngineers supporting indexing and full text searching. |
| Method Summary | |
|---|---|
void |
appendIndexData(ValueIndexer indexer,
T value)
Asks to append indexing data for the given value to the handed indexer. |
| Field Detail |
|---|
static final ValueEngineerAspectType<ValueIndexSupporting<?>> TYPE
ValueEngineers supporting indexing and full text searching.
| Method Detail |
|---|
void appendIndexData(@NotNull
ValueIndexer indexer,
@NotNull
T value)
indexer - The indexer to append to.value - The value to append data for.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||