Interface SnIndexConfigurationService
-
- All Known Implementing Classes:
DefaultSnIndexConfigurationService
public interface SnIndexConfigurationServiceService for index configurations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SnIndexConfiguration>getAllIndexConfigurations()Returns all the index configurations.java.util.Optional<SnIndexConfiguration>getIndexConfigurationForId(java.lang.String id)Returns the index configuration for the given id.
-
-
-
Method Detail
-
getAllIndexConfigurations
java.util.List<SnIndexConfiguration> getAllIndexConfigurations()
Returns all the index configurations.- Returns:
- the index configurations
-
getIndexConfigurationForId
java.util.Optional<SnIndexConfiguration> getIndexConfigurationForId(java.lang.String id)
Returns the index configuration for the given id.- Parameters:
id- - the id- Returns:
- the index configuration
-
-