Interface AsSearchProfileRegistry

  • All Known Implementing Classes:
    DefaultAsSearchProfileRegistry

    public interface AsSearchProfileRegistry
    Registry used for discovering mappings associated with search profiles. This includes, for example, mappings for load, calculation and activation strategies.
    • Method Detail

      • getSearchProfileMapping

        AsSearchProfileMapping getSearchProfileMapping​(AbstractAsSearchProfileModel searchProfile)
        Returns the search profile mapping for a specific search profile.
        Parameters:
        searchProfile - - the search profile
        Returns:
        the search profile mapping
      • getSearchProfileMappings

        java.util.Map<java.lang.String,​AsSearchProfileMapping> getSearchProfileMappings()
        Returns all the search profile mappings.
        Returns:
        the search profile mappings
      • getSearchProfileActivationMappings

        java.util.List<AsSearchProfileActivationMapping> getSearchProfileActivationMappings()
        Returns all the search profile activation mappings.
        Returns:
        the search profile activation mappings