Uses of Class
org.apache.unomi.api.segments.Scoring
-
Packages that use Scoring Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.segments -
-
Uses of Scoring in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Scoring Modifier and Type Method Description Scoring
SegmentService. getScoringDefinition(String scoringId)
Retrieves the scoring identified by the specified identifier.Methods in org.apache.unomi.api.services with parameters of type Scoring Modifier and Type Method Description void
SegmentService. setScoringDefinition(Scoring scoring)
Persists the specified scoring in the context server. -
Uses of Scoring in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return Scoring Modifier and Type Method Description Scoring
ScoringServiceEndPoint. getScoringDefinition(String scoringId)
Retrieves the scoring identified by the specified identifier.Methods in org.apache.unomi.rest.endpoints with parameters of type Scoring Modifier and Type Method Description void
ScoringServiceEndPoint. setScoringDefinition(Scoring scoring)
Persists the specified scoring in the context server. -
Uses of Scoring in org.apache.unomi.services.impl.segments
Methods in org.apache.unomi.services.impl.segments that return Scoring Modifier and Type Method Description Scoring
SegmentServiceImpl. getScoringDefinition(String scoringId)
Methods in org.apache.unomi.services.impl.segments with parameters of type Scoring Modifier and Type Method Description void
SegmentServiceImpl. setScoringDefinition(Scoring scoring)
-