Interface AsSearchProfileRegistry
-
- All Known Implementing Classes:
DefaultAsSearchProfileRegistry
public interface AsSearchProfileRegistryRegistry used for discovering mappings associated with search profiles. This includes, for example, mappings for load, calculation and activation strategies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AsSearchProfileActivationMapping>getSearchProfileActivationMappings()Returns all the search profile activation mappings.AsSearchProfileMappinggetSearchProfileMapping(AbstractAsSearchProfileModel searchProfile)Returns the search profile mapping for a specific search profile.java.util.Map<java.lang.String,AsSearchProfileMapping>getSearchProfileMappings()Returns all the search profile mappings.
-
-
-
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
-
-