Interface SnIndexerItemSourceFactory
-
- All Known Implementing Classes:
DefaultSnIndexerItemSourceFactory
public interface SnIndexerItemSourceFactoryImplementations of this interface are responsible for creating instances ofSnIndexerItemSource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource>
RcreateItemSource(T itemSourceModel, java.util.Map<java.lang.String,java.lang.Object> parameters)Creates a new instance ofSnIndexerItemSource.
-
-
-
Method Detail
-
createItemSource
<T extends AbstractSnIndexerItemSourceModel,R extends SnIndexerItemSource> R createItemSource(T itemSourceModel, java.util.Map<java.lang.String,java.lang.Object> parameters) throws SnIndexerException
Creates a new instance ofSnIndexerItemSource.- Type Parameters:
T- - the type of indexer item source modelR- - the type of indexer item source data- Parameters:
itemSourceModel- - the item source modelparameters- - the parameters- Returns:
- the new instance of
SnIndexerItemSource - Throws:
SnIndexerException- if an error occurs
-
-