Interface SnIndexerItemSourceLoadStrategy<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource>
-
- Type Parameters:
T- - the type of indexer item source modelR- - the type of indexer item source data
- All Known Implementing Classes:
FlexibleSearchSnIndexerItemSourceLoadStrategy
public interface SnIndexerItemSourceLoadStrategy<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource>Strategy for loading indexer item sources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rload(T source, java.util.Map<java.lang.String,java.lang.Object> parameters)Loads the indexer item source model and converts it to some data object.
-