Interface SnIndexTypeService
- All Known Implementing Classes:
DefaultSnIndexTypeService
public interface SnIndexTypeService
Service for index types.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all the index types.Returns the index type for the given id.getIndexTypesForIndexConfiguration(String indexConfigurationId) Returns the index types for the given index configuration.
-
Method Details
-
getAllIndexTypes
List<SnIndexType> getAllIndexTypes()Returns all the index types.- Returns:
- the index types
-
getIndexTypesForIndexConfiguration
Returns the index types for the given index configuration.- Parameters:
indexConfigurationId- - the index configuration id- Returns:
- the index types
-
getIndexTypeForId
Returns the index type for the given id.- Parameters:
id- - the id- Returns:
- the index type
-