T - - the type of search profile datapublic interface AsSearchProfileCalculationStrategy<T extends AbstractAsSearchProfile> extends AsCacheAwareStrategy<T>
| Modifier and Type | Method and Description |
|---|---|
AsSearchProfileResult |
calculate(AsSearchProfileContext context,
T searchProfile)
Calculates the search profile result for a given search profile data object.
|
default AsSearchProfileResult |
map(AsSearchProfileContext context,
AsSearchProfileResult result)
Allows additional processing on the search profile result.
|
getCacheKeyFragmentAsSearchProfileResult calculate(AsSearchProfileContext context, T searchProfile)
context - - the search profile contextsearchProfile - - the search profile datadefault AsSearchProfileResult map(AsSearchProfileContext context, AsSearchProfileResult result)
context - - the search profile contextresult - - the search profile resultCopyright © 2018 SAP SE. All Rights Reserved.