public interface AsSearchConfigurationStrategy<P extends AbstractAsSearchProfileModel,C extends AbstractAsSearchConfigurationModel>
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<C> |
getForContext(AsSearchProfileContext context,
P searchProfile)
Returns the search configuration for a specific context and search profile.
|
AsSearchConfigurationInfoData |
getInfoForContext(AsSearchProfileContext context,
P searchProfile)
Returns search configuration related information for a specific context and search profile.
|
C |
getOrCreateForContext(AsSearchProfileContext context,
P searchProfile)
Returns the search configuration for a specific context and search profile.
|
java.util.Optional<C> getForContext(AsSearchProfileContext context, P searchProfile)
context - - the search profile contextsearchProfile - - the search profileC getOrCreateForContext(AsSearchProfileContext context, P searchProfile)
context - - the search profile contextsearchProfile - - the search profileAsSearchConfigurationInfoData getInfoForContext(AsSearchProfileContext context, P searchProfile)
context - - the search profile contextsearchProfile - - the search profileCopyright © 2018 SAP SE. All Rights Reserved.