de.espirit.firstspirit.client.access.editor
Interface ValueIndexSupporting<T>

Type Parameters:
T - Value type, same as in ValueEngineer

public interface ValueIndexSupporting<T>

Aspect for ValueEngineers supporting indexing and full text searching.

Implementors must ValueIndexSupporting.appendIndexData(ValueIndexer, Object) provide indexing data} for values.

Since:
4.2.427

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

TYPE

static final ValueEngineerAspectType<ValueIndexSupporting<?>> TYPE
Aspect for ValueEngineers supporting indexing and full text searching.

Since:
4.2.427
Method Detail

appendIndexData

void appendIndexData(@NotNull
                     ValueIndexer indexer,
                     @NotNull
                     T value)
Asks to append indexing data for the given value to the handed indexer.

Parameters:
indexer - The indexer to append to.
value - The value to append data for.
Since:
4.2.427


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480