Interface SnIndexConfigurationService
- All Known Implementing Classes:
DefaultSnIndexConfigurationService
public interface SnIndexConfigurationService
Service for index configurations.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all the index configurations.Returns the index configuration for the given id.
-
Method Details
-
getAllIndexConfigurations
List<SnIndexConfiguration> getAllIndexConfigurations()Returns all the index configurations.- Returns:
- the index configurations
-
getIndexConfigurationForId
Returns the index configuration for the given id.- Parameters:
id- - the id- Returns:
- the index configuration
-