Interface SnIndexerItemSourceMapping
- All Known Implementing Classes:
DefaultSnIndexerItemSourceMapping
public interface SnIndexerItemSourceMapping
Mapping for strategies that are specific to a indexer item source type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the item type.Returns the indexer item source load strategy.
-
Method Details
-
getItemType
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
-