Interface SnIndexerItemSourceLoadStrategy<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource>

Type Parameters:
T - - the type of indexer item source model
R - - 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

    Modifier and Type
    Method
    Description
    load(T source, Map<String,Object> parameters)
    Loads the indexer item source model and converts it to some data object.
  • Method Details

    • load

      R load(T source, Map<String,Object> parameters)
      Loads the indexer item source model and converts it to some data object.
      Parameters:
      source - - the indexer item source model
      parameters - - the parameters
      Returns:
      the indexer item source data