Interface SnIndexerItemSourceMapping
-
- All Known Implementing Classes:
DefaultSnIndexerItemSourceMapping
public interface SnIndexerItemSourceMappingMapping for strategies that are specific to a indexer item source type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetItemType()Returns the item type.SnIndexerItemSourceLoadStrategygetLoadStrategy()Returns the indexer item source load strategy.
-
-
-
Method Detail
-
getItemType
java.lang.String getItemType()
Returns the item type.- Returns:
- the item type
-
getLoadStrategy
SnIndexerItemSourceLoadStrategy getLoadStrategy()
Returns the indexer item source load strategy.- Returns:
- the indexer item source load strategy
-
-