Interface SnIndexTypeService

All Known Implementing Classes:
DefaultSnIndexTypeService

public interface SnIndexTypeService
Service for index types.
  • Method Details

    • getAllIndexTypes

      List<SnIndexType> getAllIndexTypes()
      Returns all the index types.
      Returns:
      the index types
    • getIndexTypesForIndexConfiguration

      List<SnIndexType> getIndexTypesForIndexConfiguration(String indexConfigurationId)
      Returns the index types for the given index configuration.
      Parameters:
      indexConfigurationId - - the index configuration id
      Returns:
      the index types
    • getIndexTypeForId

      Optional<SnIndexType> getIndexTypeForId(String id)
      Returns the index type for the given id.
      Parameters:
      id - - the id
      Returns:
      the index type