public interface ScoringEngine
| Modifier and Type | Method and Description |
|---|---|
void |
applyRule(Resource scoreRule,
Resource subRule,
String verb,
String topic,
String userId,
Resource ugcResource,
Resource componentResource)
Calcuate score based on engine's algorithm.
|
String |
getScoringType()
Get this scoring engine type.
|
void |
unscoredData(String ruleAction,
Resource ugcResource)
Process UGC for scoring even though no rule was defined.
|
void applyRule(Resource scoreRule, Resource subRule, String verb, String topic, String userId, Resource ugcResource, Resource componentResource)
scoreRule - scoringRule resourcesubRule - The scoring sub rule resourceverb - The action verb from a SocialEventtopic - The topic from a SocialEventuserId - The user the score should apply tougcResource - The UGC resource used for the scoring calculationcomponentResource - The component where the rule is locatedString getScoringType()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"